padok-team / burrito

🌯 Burrito is a TACoS 🌮
https://padok-team.github.io/burrito
Apache License 2.0
234 stars 9 forks source link

Directory of the original exe clicked by the user #297

Closed Filechaser closed 1 month ago

Filechaser commented 1 month ago

Burrito seems to unpack its content to another folder. 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.

Alan-pad commented 1 month ago

Hi @Filechaser can you give me more context on your issue ? I don't really understand what you're trying to achieve, burrito isn't intended to be used as a CLI by your users

Filechaser commented 1 month ago

Sorry, I posted the question to the wrong GitHub project.