mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Update org.revengate.revengate to 0.11.0 (1027134)
This commit is contained in:
parent
7d923ec3ba
commit
cb2838a3b7
1 changed files with 38 additions and 1 deletions
|
|
@ -122,8 +122,45 @@ Builds:
|
|||
'Android APK' bin/revengate.apk
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 0.11.0
|
||||
versionCode: 1027134
|
||||
commit: c219318c969a3b6eec1d0e7bd58c7d5414498a6a
|
||||
timeout: 10800
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y pkgconf clang scons python3-invoke
|
||||
output: bin/revengate.apk
|
||||
srclibs:
|
||||
- Godot@4.1.1-stable
|
||||
prebuild:
|
||||
- mkdir -p bin
|
||||
- mkdir -p android
|
||||
- pushd $$Godot$$
|
||||
- scons --clean platform=linuxbsd target=editor use_llvm=yes tools=yes
|
||||
- scons --clean platform=android arch=arm64v8 production=yes target=template_release
|
||||
- cd platform/android/java
|
||||
- ./gradlew cleanGodotTemplates
|
||||
- popd
|
||||
build:
|
||||
- export ANDROID_SDK_ROOT=$$SDK$$
|
||||
- export ANDROID_NDK_ROOT=$$NDK$$
|
||||
- pushd $$Godot$$
|
||||
- scons -j `nproc` platform=linuxbsd target=editor use_llvm=yes tools=yes
|
||||
- scons -j `nproc` platform=android arch=arm64v8 production=yes target=template_release
|
||||
- cd platform/android/java
|
||||
- ./gradlew generateGodotTemplates
|
||||
- popd
|
||||
- invoke make-fdroid-presets $$Godot$$
|
||||
- $$Godot$$/bin/godot.linuxbsd.editor.x86_64.llvm --headless --check-only --quit
|
||||
project.godot
|
||||
- invoke configure-android-sdk $$SDK$$
|
||||
- $$Godot$$/bin/godot.linuxbsd.editor.x86_64.llvm --headless --export-release
|
||||
- $$Godot$$/bin/godot.linuxbsd.editor.x86_64.llvm --headless --export-release
|
||||
'Android APK' bin/revengate.apk
|
||||
ndk: 25.1.8937393
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: src/constants.gd|const VERSION_CODE := (\d+)|.|const VERSION := "([\d.]+)"
|
||||
CurrentVersion: 0.11.0
|
||||
CurrentVersionCode: 1027133
|
||||
CurrentVersionCode: 1027134
|
||||
|
|
|
|||
Loading…
Reference in a new issue