Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.

Commit cc309f1

Browse files
committed
fix: $SELECTED_VERSION was not defined
1 parent 4540498 commit cc309f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/patch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ findPatchedApp() {
99
--no-label 'Install' \
1010
--help-button \
1111
--help-label 'Back' \
12-
--yesno "Current directory already contains Patched $APP_NAME version $SELECTED_VERSION.\n\n\nDo you want to patch $APP_NAME again?" -1 -1
12+
--yesno "Current directory already contains Patched $APP_NAME version $APP_VER.\n\n\nDo you want to patch $APP_NAME again?" -1 -1
1313
case "$?" in
1414
0)
1515
rm "apps/$APP_NAME/$APP_VER-$SOURCE.apk"

0 commit comments

Comments
 (0)