mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 20:29:15 +00:00
Adds auto-update to nodomain.playmaker
This commit is contained in:
parent
06c3d4a8e0
commit
90ba752c91
1 changed files with 5 additions and 6 deletions
|
|
@ -16,15 +16,13 @@ Builds:
|
|||
commit: v1.3.1
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y gcc make libc-dev scons pkg-config libx11-dev libxcursor-dev
|
||||
- apt-get install -y build-essential scons pkg-config libx11-dev libxcursor-dev
|
||||
libxinerama-dev libgl1-mesa-dev libglu1-mesa-dev libasound2-dev libpulse-dev
|
||||
libudev-dev libxi-dev libxrandr-dev libwayland-dev git-lfs
|
||||
libudev-dev libxi-dev libxrandr-dev libwayland-dev
|
||||
output: bin/playmaker.apk
|
||||
srclibs:
|
||||
- Godot@4.4.1-stable
|
||||
prebuild:
|
||||
- git lfs fetch
|
||||
- git lfs pull
|
||||
- mkdir -p bin
|
||||
- mkdir -p android
|
||||
- mkdir -p ~/.local/share/godot/export_templates/4.4.1.stable/
|
||||
|
|
@ -43,7 +41,8 @@ Builds:
|
|||
Unsigned' bin/playmaker.apk
|
||||
ndk: 23.2.8568313
|
||||
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: None
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: project.godot|config_version=(\d+)|.|config/version="(.+)"
|
||||
CurrentVersion: 1.3.1
|
||||
CurrentVersionCode: 5
|
||||
|
|
|
|||
Loading…
Reference in a new issue