burrito
burrito copied to clipboard
Get the folder of the original wrapped executable from within the application
Burrito seems to unpack its content to another folder. The Environment Variables just seem to have the path to the extracted payload. ETS file
Unfortunately I couldnt get the original path to the executable the user clicks on when starting my packed application. The user can move this single executable wherever he likes and i should be able to know where it is located. With environment variables i only get the location of the extracted file It is not in the environment variable and not passed as an argument. Could someone help me with that problem.
I wish to know the original executable's location to access Settings.yml files stored alongside it. File.cwd does unfortunately only return the users home directory on mac osx. On Windows File.cwd would work
Can we introduce a Environment variable that always has the wrapped burrito executable's location?