mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Copy arguments passed to the mac pkg script to the gradle build
This commit is contained in:
@@ -10,6 +10,12 @@ else
|
||||
scripts/SetupUnix.sh
|
||||
fi
|
||||
|
||||
arguments=""
|
||||
for var in "$@"
|
||||
do
|
||||
arguments+=" $var"
|
||||
done
|
||||
|
||||
|
||||
echo "Building Pkg package"
|
||||
./gradlew packagePkg
|
||||
./gradlew packagePkg "$arguments"
|
||||
Reference in New Issue
Block a user