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