Open mocsharp opened 5 years ago
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).
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:
Q: is this supported? packing a Windows build on Linux or vice versa?
Also, the link printed with the error points to 404 page.