Reenable apk build
This commit is contained in:
@ -4,7 +4,7 @@
|
|||||||
ver = "8.2.3"
|
ver = "8.2.3"
|
||||||
|
|
||||||
[tasks.keystore] # required if matching task is enabled
|
[tasks.keystore] # required if matching task is enabled
|
||||||
enabled = false
|
enabled = true
|
||||||
type="keystore"
|
type="keystore"
|
||||||
priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0
|
priorities = { pre_build = 0 } # the priority that determines the orders tasks will run in, defaults to 0
|
||||||
on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds
|
on_builds = ["android_apk", "android_aab"] # builds this task should run for, defaults to all android builds
|
||||||
@ -20,7 +20,7 @@
|
|||||||
#web = false # web
|
#web = false # web
|
||||||
steam = true # steam
|
steam = true # steam
|
||||||
market = true # multiple markets (i.e. itch.io)
|
market = true # multiple markets (i.e. itch.io)
|
||||||
android_apk = false # Android Universal APK
|
android_apk = true # Android Universal APK
|
||||||
#android_aab = false # Android Play Store Bundle
|
#android_aab = false # Android Play Store Bundle
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
|
Reference in New Issue
Block a user