Update utils.sh

This commit is contained in:
Fioren
2024-12-16 17:03:17 +07:00
committed by GitHub
parent d5a4c63341
commit 731194146f

View File

@@ -255,7 +255,7 @@ patch() {
fi fi
fi fi
unset GITHUB_REPOSITORY 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 version
unset excludePatches unset excludePatches
unset includePatches unset includePatches