From ec6830e63687c8c0bbb7985540330e4c5ca5408f Mon Sep 17 00:00:00 2001 From: Pilzinsel64 Date: Sun, 9 Nov 2025 14:16:06 +0100 Subject: [PATCH] also add the new file !!!! --- publish-client.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 publish-client.sh diff --git a/publish-client.sh b/publish-client.sh new file mode 100755 index 0000000..1a4e89d --- /dev/null +++ b/publish-client.sh @@ -0,0 +1,6 @@ +#!/bin/bash +set -e + +for dir in ModpackUpdater.Apps.Client ModpackUpdater.Apps.Client.Gui; do + ( cd "$dir" && ./publish.sh "$1" ) +done \ No newline at end of file