mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 12:19:10 +00:00
Merge branch 'rnauber/fdroiddata-mindustry2'
This commit is contained in:
commit
d813bc1e12
1 changed files with 7 additions and 0 deletions
|
|
@ -135,8 +135,11 @@ Builds:
|
|||
- echo "buildversion=$$VERCODE$$" >> gradle.properties
|
||||
- echo "versionType=fdroid" >> gradle.properties
|
||||
- grep archash ../gradle.properties >> gradle.properties
|
||||
scanignore:
|
||||
- android/src/mindustry/android/AndroidRhinoContext.java
|
||||
scandelete:
|
||||
- android/libs
|
||||
- annotations/src/main/resources/DS_Store
|
||||
|
||||
MaintainerNotes: |-
|
||||
libgdx.so and libgdx-freetype.so binaries are extracted from
|
||||
|
|
@ -144,6 +147,10 @@ MaintainerNotes: |-
|
|||
|
||||
The folder "assets/saves" contains savegames not executables.
|
||||
|
||||
android/src/mindustry/android/AndroidRhinoContext.java uses DexClassLoader
|
||||
together with Mozilla's Rhino to provide JavaScript automation to user mods
|
||||
(https://mindustrygame.github.io/wiki/modding/)
|
||||
|
||||
AutoUpdateMode: Version v%c
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue