dgiagio / warp

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

App won't run in windows #68

Open PacifiK2460 opened 4 months ago

PacifiK2460 commented 4 months ago

warp-packer --arch windows-x64 --input_dir . --exec launch.cmd --output 'C:\...\app.exe'

Everything goes right, but the resulting exe can't be run. Windows 11

kirbylink commented 1 month ago

Can you try if it works with my fork? https://github.com/kirbylink/warp It has some breaking changes so please read the README.md.

But i only use it to warp and launch Java jar files, so i can only give limited support.