mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-13 17:51:43 +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 "buildversion=$$VERCODE$$" >> gradle.properties
|
||||||
- echo "versionType=fdroid" >> gradle.properties
|
- echo "versionType=fdroid" >> gradle.properties
|
||||||
- grep archash ../gradle.properties >> gradle.properties
|
- grep archash ../gradle.properties >> gradle.properties
|
||||||
|
scanignore:
|
||||||
|
- android/src/mindustry/android/AndroidRhinoContext.java
|
||||||
scandelete:
|
scandelete:
|
||||||
- android/libs
|
- android/libs
|
||||||
|
- annotations/src/main/resources/DS_Store
|
||||||
|
|
||||||
MaintainerNotes: |-
|
MaintainerNotes: |-
|
||||||
libgdx.so and libgdx-freetype.so binaries are extracted from
|
libgdx.so and libgdx-freetype.so binaries are extracted from
|
||||||
|
|
@ -144,6 +147,10 @@ MaintainerNotes: |-
|
||||||
|
|
||||||
The folder "assets/saves" contains savegames not executables.
|
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
|
AutoUpdateMode: Version v%c
|
||||||
UpdateCheckMode: HTTP
|
UpdateCheckMode: HTTP
|
||||||
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
UpdateCheckData: https://raw.githubusercontent.com/Anuken/MindustryBuilds/master/version_fdroid.txt|versionCode=(.*)|.|versionName=(.*)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue