From 98ef09462bd6f4422e58ffa527007f83dc503ae6 Mon Sep 17 00:00:00 2001 From: toastie_t0ast Date: Sat, 21 Dec 2024 12:15:05 +0000 Subject: [PATCH] Update elliebot/package.sh Signed-off-by: toastie_t0ast --- elliebot/package.sh | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/elliebot/package.sh b/elliebot/package.sh index 9908e1d..71abed2 100644 --- a/elliebot/package.sh +++ b/elliebot/package.sh @@ -1,7 +1,9 @@ +#!/bin/bash + echo "" echo "Packing the Linux and MacOS builds" echo "" -tar cvf 5.1.7-linux-arm64-build.tar elliebot-linux-arm64/* -tar cvf 5.1.7-linux-x64-build.tar elliebot-linux-x64/* -tar cvf 5.1.7-osx-arm64-build.tar elliebot-osx-arm64/* -tar cvf 5.1.7-osx-x64-build.tar elliebot-osx-x64/* \ No newline at end of file +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/* \ No newline at end of file