Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CodeSignTool has problems with spaces on Mac #2

Open
EarMaster opened this issue Feb 3, 2025 · 0 comments
Open

CodeSignTool has problems with spaces on Mac #2

EarMaster opened this issue Feb 3, 2025 · 0 comments

Comments

@EarMaster
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant