Downloader-for-Apple-Developers icon indicating copy to clipboard operation
Downloader-for-Apple-Developers copied to clipboard

Does not handle spaces in path correctly

Open tempelmann opened this issue 2 years ago • 0 comments

If I rename "Downloader.app" into "Xcode Downloader.app", the space in the name leads to the download script to fail.

Clearly, the path of the app is used as the destination path, and somewhere in that script quotes are missing to ensure the spaces are not seen as a command argument separator.

Work-around: Use a "_" or "-" or something else instead of spaces when renaming the app, and anywhere in the parent folders where one might place the app.

tempelmann avatar Nov 21 '23 14:11 tempelmann