build-scripts/elliebot/package.sh
toastie_t0ast 98ef09462b Update elliebot/package.sh
Signed-off-by: toastie_t0ast <toastie@dragonschildstudios.com>
2024-12-21 12:15:05 +00:00

9 lines
No EOL
290 B
Bash

#!/bin/bash
echo ""
echo "Packing the Linux and MacOS builds"
echo ""
tar cvf 5.3.4-linux-arm64-build.tar elliebot-linux-arm64/*
tar cvf 5.3.4-linux-x64-build.tar elliebot-linux-x64/*
tar cvf 5.3.4-osx-arm64-build.tar elliebot-osx-arm64/*
tar cvf 5.3.4-osx-x64-build.tar elliebot-osx-x64/*