Delete build.sh
This commit is contained in:
parent
8367179406
commit
5c44755c64
1 changed files with 0 additions and 18 deletions
18
build.sh
18
build.sh
|
@ -1,18 +0,0 @@
|
|||
echo ""
|
||||
echo "Compressing build files"
|
||||
echo ""
|
||||
|
||||
tar cvf 5.1.4-linux-x64-build.tar elliebot-linux-x64/*
|
||||
tar cvf 5.1.4-linux-arm64-build.tar elliebot-linux-arm64/*
|
||||
tar cvf 5.1.4-osx-x64-build.tar elliebot-osx-x64/*
|
||||
tar cvf 5.1.4-osx-arm64-build.tar elliebot-osx-arm64/*
|
||||
zip -r 5.1.4-windows-x64-build.zip elliebot-windows-x64/*
|
||||
zip -r 5.1.4-windows-arm64-build.zip elliebot-windows-arm64/*
|
||||
|
||||
echo ""
|
||||
echo "Moving the installer file you would have generated"
|
||||
echo "if you followed the instructions in the bottom of the build.ps1 file"
|
||||
echo "to the directory this script in run in."
|
||||
echo ""
|
||||
|
||||
mv ellie-installers/5.1.4/ellie-setup-5.1.4.exe ellie-setup-5.1.4.exe
|
Loading…
Reference in a new issue