You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
CodeSignTool fails to sign apps with one or more spaces in the file name on MacOS:
This fails:
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.The text was updated successfully, but these errors were encountered: