mirror of
https://github.com/digarok/buckshot.git
synced 2024-11-27 17:50:08 +00:00
add some examples
This commit is contained in:
parent
1c36a70d60
commit
ef4e729a82
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@ -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
|
||||
|
BIN
assets/examples/example1.jpg
Normal file
BIN
assets/examples/example1.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 100 KiB |
BIN
assets/examples/example2.jpg
Normal file
BIN
assets/examples/example2.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
BIN
assets/examples/example3.jpg
Normal file
BIN
assets/examples/example3.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user