love-actions/Love actions for Android

Android CI/CD for LÖVE based games

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
app-nameApp display name Would be used in app/src/main/AndroidManifest.xml noLÖVE for Android
bundle-idApp bundle id Would be used in app/build.gradle noorg.love2d.android
resource-pathPath to the resources folder Would copy all contents to app/src/main/res Top folder not included yes
icon-specifierIcon specifier Would be used in app/src/main/AndroidManifest.xml no@drawable/love
love-reflove-android git ref Could be commit hash, tags or branch name no11.5a
love-patchGit patch file path for the love-android repo The patch must start from `love-ref` You can use `git diff` to get the patch file no
love-packageLove package Would be added to app/src/embed/assets/ nogame.love
libs-pathPath to the libs folder Would copy all contents to app/libs Top folder not included no
extra-assetsList of folder & file paths to be added to app/src/embed/assets/ Don't need global quotes, separated by spaces Looks like: assets/ logics/ main.lua config.lua no
custom-schemeCustom URL scheme, looks like "demo_scheme://demo_host" Would be used in app/src/main/AndroidManifest.xml no
product-nameBase name of the package Would be used to rename products nolove-app
version-stringApp version string Recommand using 3 numbers seperated by dots Looks like 3.2.1 no11.5a
version-codeApp version code One number, usually the same as version string without dots Looks like 321 no32
output-folderPackages output folder All packages would be placed here nobuild
keystore-aliasKeystore alias Would be used to sign the app no
keystore-base64Keystore base64 content Would be used to sign the app no
keystore-key-passwordKeystore key password Would be used to sign the app no
keystore-store-passwordKeystore store password Would be used to sign the app Usually the same as keystore-key-password no
love-actions-folderPath to the love-actions-android folder Would be used to checkout the love-actions-android and love-android repo nolove-actions-android
namedescription
package-pathsPaths to the built packages in a bash list Would be paths relative to repository root, separated by spaces Looks like: build/game.apk build/game.abb