18 lines
No EOL
657 B
Bash
18 lines
No EOL
657 B
Bash
echo ""
|
|
echo "Compressing build files"
|
|
echo ""
|
|
|
|
tar cvf 5.1.3-linux-x64-build.tar elliebot-linux-x64/*
|
|
tar cvf 5.1.3-linux-arm64-build.tar elliebot-linux-arm64/*
|
|
tar cvf 5.1.3-osx-x64-build.tar elliebot-osx-x64/*
|
|
tar cvf 5.1.3-osx-arm64-build.tar elliebot-osx-arm64/*
|
|
zip -r 5.1.3-windows-x64-build.zip elliebot-windows-x64/*
|
|
zip -r 5.1.3-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.3/ellie-setup-5.1.3.exe ellie-setup-5.1.3.exe |