warp icon indicating copy to clipboard operation
warp copied to clipboard

warp-packer windows-x64 on linux

Open mocsharp opened this issue 6 years ago • 1 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.

mocsharp avatar Mar 11 '19 23:03 mocsharp

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

ransagy avatar Mar 19 '19 18:03 ransagy