amakaseev / sprite-sheet-packer

Sprite sheet packer
MIT License
319 stars 62 forks source link

Command line: input path does not support spaces #79

Open Dennis1000 opened 4 years ago

Dennis1000 commented 4 years ago

Command line usage: input path does not support spaces, whereas output path with spaces work.

this does not work: SpriteSheetPacker.exe "C:\test\input with spaces\siteicons" "C:\test\output with spaces works"

this does work: SpriteSheetPacker.exe "C:\test\inputwithoutspacesworks\siteicons" "C:\test\output with spaces works"