mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-10 06:18:36 +00:00
bump liri to 3.1.2 and disable automatic updates for now
This commit is contained in:
parent
02a68f98f1
commit
22ac90106a
1 changed files with 5 additions and 3 deletions
|
|
@ -119,8 +119,7 @@ Builds:
|
|||
|
||||
- versionName: 3.1.2
|
||||
versionCode: 30102
|
||||
disable: build failed
|
||||
commit: aaa5ff773c1a005ae947949c4a7cf490da5ddedb
|
||||
commit: v3.1.2
|
||||
subdir: android/app
|
||||
sudo:
|
||||
- apt-get update
|
||||
|
|
@ -142,6 +141,9 @@ Builds:
|
|||
- mkdir src/main/assets/
|
||||
- cp -R ../../Sounds src/main/assets/
|
||||
- cp ../../data/* src/main/assets/
|
||||
- cp ../../src/config.h.in ../../src/config.h
|
||||
- sed -i "s/@LIRI_VERSION@/3.1.2/" ../../src/config.h
|
||||
- sed -i "s/@LIRI_DATA_DIR@//" ../../src/config.h
|
||||
- sed -i "s/SUPPORT_MOD_MODPLUG ?= false/SUPPORT_MOD_MODPLUG ?= true/" src/main/jni/SDL2_mixer/Android.mk
|
||||
ndk: r21e
|
||||
|
||||
|
|
@ -149,7 +151,7 @@ MaintainerNotes: |-
|
|||
The code is provided as is, no gameplay has been made regarding the initial version.
|
||||
I don't plan to improve the game, my addition was mostly to not lose the original game (which is great!) and have it on Android.
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 3.1.2
|
||||
CurrentVersionCode: 30102
|
||||
|
|
|
|||
Loading…
Reference in a new issue