dgiagio / warp

Create self-contained single binary applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warp-packer windows-x64 on linux

mocsharp opened this issue · comments

Tried to run the following command on Ubuntu 18.04:

warp-packer --arch windows-x64 --input_dir ./bin/Release/netcoreapp2.2/win-x64/publish --exec nvidia-dicom.exe --output nvidia-dicom.exe

and got the following error:

Downloading runner from https://github.com/dgiagio/warp/releases/download/v0.1.1/windows-x64.warp-runner...
Error: Inner { kind: ClientError(404), url: Some("https://github.com/dgiagio/warp/releases/download/v0.1.1/windows-x64.warp-runner") }

Q: is this supported? packing a Windows build on Linux or vice versa?

Also, the link printed with the error points to 404 page.

It seems like the URL is missing the ".exe" extension in this case (probably because it thinks its a linux binary, running on linux).