v1.4 of b2d for linux path fixes

This commit is contained in:
Dagen Brock 2020-06-09 07:09:33 -05:00
parent 2934b0ee5c
commit af4e1fc917
3 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ jobs:
cp release\buckshot.exe app
windeployqt app
cp README.md app
$url = "https://github.com/digarok/b2d/releases/download/v1.3/b2d-windows-latest-v1.3.zip"
$url = "https://github.com/digarok/b2d/releases/download/v1.4/b2d-windows-latest-v1.4.zip"
Invoke-WebRequest -Uri $url -OutFile b2d.zip
7z.exe x b2d.zip
dir

View File

@ -20,7 +20,7 @@ cp assets/icon256.png $PACKAGEDIR/buckshot.png
echo "${ID}: DOWNLOAD UTILITY BINARIES"
curl -s -L -o cadius.zip https://github.com/digarok/cadius/releases/download/0.0.0/cadius-ubuntu-latest-0.0.0.zip
curl -s -L -o b2d.zip https://github.com/digarok/b2d/releases/download/v1.3/b2d-ubuntu-latest-v1.3.zip
curl -s -L -o b2d.zip https://github.com/digarok/b2d/releases/download/v1.4/b2d-ubuntu-latest-v1.4.zip
unzip -o cadius.zip -d cadius
unzip -o b2d.zip -d b2d
echo "${ID}: COPY UTILITY BINARIES"

View File

@ -28,7 +28,7 @@ cp LICENSE.txt $PACKAGEDIR
echo "${ID}: DOWNLOAD UTILITY BINARIES"
curl -s -L -o cadius.zip https://github.com/digarok/cadius/releases/download/0.0.0/cadius-macos-latest-0.0.0.zip
curl -s -L -o b2d.zip https://github.com/digarok/b2d/releases/download/v1.3/b2d-macos-latest-v1.3.zip
curl -s -L -o b2d.zip https://github.com/digarok/b2d/releases/download/v1.4/b2d-macos-latest-v1.4.zip
unzip -o cadius.zip -d cadius
unzip -o b2d.zip -d b2d