giwty / switch-library-manager

Complete solution to manage, organize and keep your local switch backup game library up to date . Cross platform, supports all game formats.
234 stars 45 forks source link

Windows version fails on folders with spaces in the name #32

Open hstraten opened 4 years ago

hstraten commented 4 years ago

Startup fails when running from a folder with spaces in the name, like "E:\My Switch Tools\switch-library-manager"

error: failed to create logger - couldn't open sink "winfile:///E:\My Switch Tools\switch-library-manager.windows\slm.log": open E:\: is a directorypanic: 1

goroutine 1 [running]: main.createLogger(0xc00001caf0, 0x44, 0xc000158700, 0xc0002dc150) /Users/twig/IdeaProjects/nsp-update/main.go:85 +0x416 main.main() /Users/twig/IdeaProjects/nsp-update/main.go:43 +0x1aa

giwty commented 4 years ago

Yeah, i need to better handle windows log file path, please just avoid spaces for now :)