Lacks Multi Platform Support
parth-verma opened this issue · 7 comments
parth-verma commented
The application lacks support for unix-based OSs like macOS and linux.
ankitjain28may commented
It supports linux (ubuntu) but i haven't tried on macOS
parth-verma commented
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
ankitjain28may commented
Its default path, You can enter your path as per your wish.
parth-verma commented
But setting this default path in windows format will cause errors in cases when no path has been provided on a UNIX based OS
ankitjain28may commented
Yes, You need to provide the path in OS other than Windows.
ankitjain28may commented
If you would like to fix this, you can do this.
tanmaysachan commented
Issue resolved.