Skip to content

Commit

Permalink
fix: skip download if splits present
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Jan 15, 2025
1 parent 109cc9d commit 931ed2a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/app/download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ downloadApp() {
else
return 0
fi
elif [ -e "apps/$APP_NAME/$APP_VER" ]; then
antisplitApp && return 0 || return 1
fi
fetchDownloadURL || return 1
downloadAppFile || return 1
Expand Down

0 comments on commit 931ed2a

Please sign in to comment.