add some examples

This commit is contained in:
Dagen Brock 2020-07-17 10:27:17 -05:00
parent 1c36a70d60
commit ef4e729a82
6 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,7 @@ jobs:
windeployqt buckshot
cp ../README.md buckshot
cp ../LICENSE.txt buckshot
cp ../assets/examples/* buckshot
$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

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View File

@ -16,6 +16,7 @@ cp README.md $PACKAGEDIR/README.txt
cp LICENSE.txt $PACKAGEDIR
cp assets/buckshot.desktop $PACKAGEDIR
cp assets/icon256.png $PACKAGEDIR/buckshot.png
cp assets/examples/* $PACKAGEDIR/
echo "${ID}: DOWNLOAD UTILITY BINARIES"

View File

@ -25,6 +25,7 @@ cp $ASSETDIR/Info.plist $CONTENTDIR
cp $ASSETDIR/icons.icns $CONTENTDIR/Resources
cp README.md $PACKAGEDIR/README.txt
cp LICENSE.txt $PACKAGEDIR
cp $ASSETDIR/examples/* $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