docker-aseprite-linux icon indicating copy to clipboard operation
docker-aseprite-linux copied to clipboard

The output directory gets saved in the root directory instead of home

Open PrethamMuthappa opened this issue 10 months ago • 1 comments

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

PrethamMuthappa avatar Feb 24 '25 06:02 PrethamMuthappa

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 ...

L4Vo5 avatar Mar 02 '25 15:03 L4Vo5