PAR-Packer icon indicating copy to clipboard operation
PAR-Packer copied to clipboard

change unpack dir under windows

Open shawnlaffan opened this issue 4 years ago • 0 comments

This PR changes the default pp unpack directory under Windows to be in the user's %LOCALAPPDATA% directory, following discussions in and around https://rt.cpan.org/Public/Bug/Display.html?id=132811#txn-1902197

The system could alternately unpack under %LOCALAPPDATA%/Programs. This seems to be where some other programs are installed locally (Python and MS VS Code in my case) so might be easier to find.

I also wonder if the top directory could include the exe name to make it easier to identify, e.g. for later removal.

shawnlaffan avatar Aug 03 '20 22:08 shawnlaffan