mirror of
https://github.com/digarok/buckshot.git
synced 2024-11-30 20:49:51 +00:00
v1.4 of b2d for linux path fixes
This commit is contained in:
parent
2934b0ee5c
commit
af4e1fc917
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -94,7 +94,7 @@ jobs:
|
|||||||
cp release\buckshot.exe app
|
cp release\buckshot.exe app
|
||||||
windeployqt app
|
windeployqt app
|
||||||
cp README.md 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
|
Invoke-WebRequest -Uri $url -OutFile b2d.zip
|
||||||
7z.exe x b2d.zip
|
7z.exe x b2d.zip
|
||||||
dir
|
dir
|
||||||
@ -159,4 +159,4 @@ jobs:
|
|||||||
upload_url: ${{ steps.release_info.outputs.upload_url }}
|
upload_url: ${{ steps.release_info.outputs.upload_url }}
|
||||||
asset_path: ./buckshot.zip
|
asset_path: ./buckshot.zip
|
||||||
asset_name: buckshot-${{ matrix.os }}.zip
|
asset_name: buckshot-${{ matrix.os }}.zip
|
||||||
asset_content_type: application/zip
|
asset_content_type: application/zip
|
||||||
|
@ -20,7 +20,7 @@ cp assets/icon256.png $PACKAGEDIR/buckshot.png
|
|||||||
|
|
||||||
echo "${ID}: DOWNLOAD UTILITY BINARIES"
|
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 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 cadius.zip -d cadius
|
||||||
unzip -o b2d.zip -d b2d
|
unzip -o b2d.zip -d b2d
|
||||||
echo "${ID}: COPY UTILITY BINARIES"
|
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
|
chmod +x linuxdeployqt-5-x86_64.AppImage
|
||||||
./linuxdeployqt-5-x86_64.AppImage $PACKAGEDIR/buckshot -appimage -bundle-non-qt-libs -verbose=2
|
./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
|
||||||
|
@ -28,7 +28,7 @@ cp LICENSE.txt $PACKAGEDIR
|
|||||||
|
|
||||||
echo "${ID}: DOWNLOAD UTILITY BINARIES"
|
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 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 cadius.zip -d cadius
|
||||||
unzip -o b2d.zip -d b2d
|
unzip -o b2d.zip -d b2d
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user