docker-aseprite-linux
docker-aseprite-linux copied to clipboard
The output directory gets saved in the root directory instead of home
This creates confusion as i was searching for the output folder in my home directory , then realized /output is in my root directory, maybe make some changes to the file path, have fixed the output directory to downloads as i feel its more convinent.
thanks
I think the issue is in the makefile. It's supposed to save it in the current directory, but PWD will be root when running sudo make ...
Better to leave it as the current directory instead of forcing it into downloads/home/whatever. The sudo root issue can be fixed by running it with sudo -y make ...