CodeSignTool fails to sign apps with one or more spaces in the file name on MacOS:
CodeSignTool sign -input_file_path="./dist/win-arm64-unpacked/My Example Application.exe" -output_dir_path="./dist/signed" -credential_id="XXX" -username="XXX" -password="XXX" -totp_secret="XXX"
This fails:
Unmatched arguments from index 2: 'Example', 'Application.exe'
Please note that the file name is enclosed in quotes. It works if I change the file name to MyExampleApplication.exe, so the general configuration is alright.