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

Commit 931ed2a

Browse files
committed
fix: skip download if splits present
1 parent 109cc9d commit 931ed2a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

modules/app/download.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@ downloadApp() {
145145
else
146146
return 0
147147
fi
148+
elif [ -e "apps/$APP_NAME/$APP_VER" ]; then
149+
antisplitApp && return 0 || return 1
148150
fi
149151
fetchDownloadURL || return 1
150152
downloadAppFile || return 1

0 commit comments

Comments
 (0)