also add the new file !!!!
This commit is contained in:
6
publish-client.sh
Executable file
6
publish-client.sh
Executable file
@@ -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
|
||||
Reference in New Issue
Block a user