ankitjain28may/getit

Lacks Multi Platform Support

parth-verma opened this issue · 7 comments

The application lacks support for unix-based OSs like macOS and linux.

It supports linux (ubuntu) but i haven't tried on macOS

the path defined here path = "C:\\Users\\" + getuser() + "\\Downloads\\getit\\" makes it work for windows only since paths like these won't exist on unix based systems

Its default path, You can enter your path as per your wish.

But setting this default path in windows format will cause errors in cases when no path has been provided on a UNIX based OS

Yes, You need to provide the path in OS other than Windows.

If you would like to fix this, you can do this.

Issue resolved.