dgiagio / warp

Create self-contained single binary applications
MIT License
1.92k stars 92 forks source link

Provide a parameter to control expansion location for packed exe #55

Open vsix27 opened 4 years ago

vsix27 commented 4 years ago

currently warp packed exe will be expanded into folder tied to %userprofile%:

%appdata%..\Local\warp\packages\myProgramName.exe\

when running warp created service or for other reasons that is not suitable..

It would be really helpful to have a switch for warp created exe to control this... for example myProgramName.exe --expandTo "C:\aaa"

thanks