Skip to content

Commit

Permalink
Add support for building WPKs with APK packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jr0me committed Mar 27, 2024
1 parent 1c3a711 commit 8e72c3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wpk/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ main() {
HAVE_PKG_NAME_LINUX=true
elif [ "${PKG_NAME: -4}" == ".deb" ]; then
HAVE_PKG_NAME_LINUX=true
elif [ "${PKG_NAME: -4}" == ".apk" ]; then
HAVE_PKG_NAME_LINUX=true
fi
shift 2
fi
Expand Down

0 comments on commit 8e72c3a

Please sign in to comment.