build-scripts/elliebot/package.sh
Toastie ff434acdc1
added package.sh
Updated ellie-menu.ps1 to show this change
2024-08-20 14:46:20 +12:00

7 lines
No EOL
277 B
Bash

echo ""
echo "Packing the Linux and MacOS builds"
echo ""
tar cvf 5.1.7-linux-arm64-build.tar elliebot-linux-arm64/*
tar cvf 5.1.7-linux-x64-build.tar elliebot-linux-x64/*
tar cvf 5.1.7-osx-arm64-build.tar elliebot-osx-arm64/*
tar cvf 5.1.7-osx-x64-build.tar elliebot-osx-x64/*