diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6d3ab52..f44125e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/assets/examples/example1.jpg b/assets/examples/example1.jpg new file mode 100644 index 0000000..e595fef Binary files /dev/null and b/assets/examples/example1.jpg differ diff --git a/assets/examples/example2.jpg b/assets/examples/example2.jpg new file mode 100644 index 0000000..ba1d724 Binary files /dev/null and b/assets/examples/example2.jpg differ diff --git a/assets/examples/example3.jpg b/assets/examples/example3.jpg new file mode 100644 index 0000000..8b92612 Binary files /dev/null and b/assets/examples/example3.jpg differ diff --git a/package_linux.sh b/package_linux.sh index 1ed821a..0f2e245 100755 --- a/package_linux.sh +++ b/package_linux.sh @@ -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" diff --git a/package_mac.sh b/package_mac.sh index 8ec31f0..dc453be 100755 --- a/package_mac.sh +++ b/package_mac.sh @@ -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