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