dgiagio / warp

Create self-contained single binary applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide a parameter to control expansion location for packed exe

vsix27 opened this issue · comments

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