added package.sh
Updated ellie-menu.ps1 to show this change
This commit is contained in:
parent
58959450e7
commit
ff434acdc1
2 changed files with 8 additions and 1 deletions
|
@ -87,7 +87,7 @@ if ($release) {
|
||||||
Write-Output "Script finished successfully"
|
Write-Output "Script finished successfully"
|
||||||
Write-Output ""
|
Write-Output ""
|
||||||
Write-Output "If you wish to build the linux or MacOS builds please run"
|
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 ""
|
||||||
Write-Output "If you have any suggestions on how to make this script better please make a suggestion"
|
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"
|
Write-Output "in our discord @ https://discord.gg/etQdZxSyEH and in the 📚・suggestions channel"
|
||||||
|
|
7
elliebot/package.sh
Normal file
7
elliebot/package.sh
Normal 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/*
|
Loading…
Reference in a new issue