From 731194146fe42a853e8b57f8fa369e7b9c962630 Mon Sep 17 00:00:00 2001 From: Fioren <102145692+FiorenMas@users.noreply.github.com> Date: Mon, 16 Dec 2024 17:03:17 +0700 Subject: [PATCH] Update utils.sh --- src/build/utils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/utils.sh b/src/build/utils.sh index eb043df..352cccc 100644 --- a/src/build/utils.sh +++ b/src/build/utils.sh @@ -255,7 +255,7 @@ patch() { fi fi unset GITHUB_REPOSITORY - eval java -jar *cli*.jar $p$b $m$opt--out=./release/$1-$2.apk$excludePatches$includePatches --keystore=./src/$ks.keystore $pu $a./download/$1.apk + eval java -jar *cli*.jar $p$b $m"$opt"--out=./release/$1-$2.apk$excludePatches$includePatches --keystore=./src/$ks.keystore $pu $a./download/$1.apk unset version unset excludePatches unset includePatches