2024-07-15 03:46:29 +00:00
|
|
|
echo ""
|
|
|
|
echo "Compressing build files"
|
|
|
|
echo ""
|
|
|
|
|
2024-07-15 04:08:18 +00:00
|
|
|
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/*
|
2024-07-15 03:46:29 +00:00
|
|
|
|
|
|
|
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 ""
|
|
|
|
|
2024-07-15 04:08:18 +00:00
|
|
|
mv ellie-installers/5.1.4/ellie-setup-5.1.4.exe ellie-setup-5.1.4.exe
|