added package.sh

Updated ellie-menu.ps1 to show this change
This commit is contained in:
Toastie 2024-08-20 14:46:20 +12:00
parent 58959450e7
commit ff434acdc1
No known key found for this signature in database
GPG key ID: 51506D6D2D323116
2 changed files with 8 additions and 1 deletions

View file

@ -87,7 +87,7 @@ if ($release) {
Write-Output "Script finished successfully"
Write-Output ""
Write-Output "If you wish to build the linux or MacOS builds please run"
Write-Output "build.sh in wsl if you are on Windows or in bash (or whatever terminal you use) on linux"
Write-Output "package.sh in wsl if you are on Windows or in bash (or whatever terminal you use) on linux"
Write-Output ""
Write-Output "If you have any suggestions on how to make this script better please make a suggestion"
Write-Output "in our discord @ https://discord.gg/etQdZxSyEH and in the 📚・suggestions channel"

7
elliebot/package.sh Normal file
View file

@ -0,0 +1,7 @@
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/*