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
@ -159,4 +159,4 @@ jobs:
upload_url: ${{ steps.release_info.outputs.upload_url }}
asset_path: ./buckshot.zip
asset_name: buckshot-${{ matrix.os }}.zip
asset_content_type: application/zip
asset_content_type: application/zip

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"
@ -36,4 +36,4 @@ wget -nv https://github.com/probonopd/linuxdeployqt/releases/download/5/linuxdep
chmod +x linuxdeployqt-5-x86_64.AppImage
./linuxdeployqt-5-x86_64.AppImage $PACKAGEDIR/buckshot -appimage -bundle-non-qt-libs -verbose=2
zip -r buckshot-linux.zip $PACKAGEDIR
zip -r buckshot-linux.zip $PACKAGEDIR

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