Skip to content

CodeSignTool has problems with spaces on Mac #2

@EarMaster

Description

@EarMaster

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions