diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 923bd42..38bc535 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 \ No newline at end of file + asset_content_type: application/zip diff --git a/package_linux.sh b/package_linux.sh index 0b770a8..1ed821a 100755 --- a/package_linux.sh +++ b/package_linux.sh @@ -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 \ No newline at end of file +zip -r buckshot-linux.zip $PACKAGEDIR diff --git a/package_mac.sh b/package_mac.sh index d9ada30..8ec31f0 100755 --- a/package_mac.sh +++ b/package_mac.sh @@ -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