mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
librememorygame - disable, no aum
This commit is contained in:
parent
3c23d4c0f9
commit
aeab56edf5
1 changed files with 2 additions and 57 deletions
|
|
@ -14,64 +14,9 @@ RepoType: git
|
|||
Repo: https://codeberg.org/quentin-bettoum/libre-memory-game.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
disable: binaries downloaded at build time
|
||||
commit: b2349f3edff8786d046cee9efd9da2980010738d
|
||||
timeout: 7200
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y wget unzip
|
||||
output: exports/libre_memory_game.apk
|
||||
build:
|
||||
- mkdir exports
|
||||
- mkdir --parents ~/.config/godot
|
||||
- wget --quiet https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_linux.x86_64.zip
|
||||
- unzip Godot_v4.1.2-stable_linux.x86_64.zip
|
||||
- mv Godot_v4.1.2-stable_linux.x86_64 /tmp/godot
|
||||
- wget --quiet https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_export_templates.tpz
|
||||
- mkdir --parents ~/.local/share/godot/export_templates/4.1.2.stable
|
||||
- unzip -j Godot_v4.1.2-stable_export_templates.tpz templates/android_debug.apk
|
||||
templates/android_release.apk -d ~/.local/share/godot/export_templates/4.1.2.stable
|
||||
- mkdir .exports
|
||||
- rm Godot_v4.1.2-stable_export_templates.tpz Godot_v4.1.2-stable_linux.x86_64.zip
|
||||
- /tmp/godot --editor --quit --headless
|
||||
- sed -i "\/export\/android\/android_sdk_path = \"\"/c export\/android\/android_sdk_path
|
||||
= \"$$SDK$$\"" ~/.config/godot/editor_settings-4.tres
|
||||
- rm -rf .godot
|
||||
- /tmp/godot --headless --export-release "Android" exports/libre_memory_game.apk
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 1.0.1
|
||||
versionCode: 2
|
||||
disable: binaries downloaded at build time
|
||||
commit: d8546b2cbb0ec52cf4bc4867b7c8f7a9957c7395
|
||||
timeout: 7200
|
||||
sudo:
|
||||
- apt-get update
|
||||
- apt-get install -y wget unzip
|
||||
output: exports/libre_memory_game.apk
|
||||
build:
|
||||
- mkdir exports
|
||||
- mkdir --parents ~/.config/godot
|
||||
- wget --quiet https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_linux.x86_64.zip
|
||||
- unzip Godot_v4.2.1-stable_linux.x86_64.zip
|
||||
- mv Godot_v4.2.1-stable_linux.x86_64 /tmp/godot
|
||||
- wget --quiet https://github.com/godotengine/godot/releases/download/4.2.1-stable/Godot_v4.2.1-stable_export_templates.tpz
|
||||
- mkdir --parents ~/.local/share/godot/export_templates/4.2.1.stable
|
||||
- unzip -j Godot_v4.2.1-stable_export_templates.tpz templates/android_debug.apk
|
||||
templates/android_release.apk -d ~/.local/share/godot/export_templates/4.2.1.stable
|
||||
- mkdir .exports
|
||||
- rm Godot_v4.2.1-stable_export_templates.tpz Godot_v4.2.1-stable_linux.x86_64.zip
|
||||
- /tmp/godot --editor --quit --headless
|
||||
- sed -i "\/export\/android\/android_sdk_path = \"\"/c export\/android\/android_sdk_path
|
||||
= \"$$SDK$$\"" ~/.config/godot/editor_settings-4.tres
|
||||
- rm -rf .godot
|
||||
- /tmp/godot --headless --export-release "Android" exports/libre_memory_game.apk
|
||||
ndk: 25.1.8937393
|
||||
|
||||
- versionName: 1.0.2
|
||||
versionCode: 3
|
||||
disable: binaries downloaded at build time
|
||||
commit: 340d0caa0a7cc06cfd14c56abeb5a88c90ccb987
|
||||
timeout: 7200
|
||||
sudo:
|
||||
|
|
@ -97,7 +42,7 @@ Builds:
|
|||
- /tmp/godot --headless --export-release "Android" exports/libre_memory_game.apk
|
||||
ndk: 25.1.8937393
|
||||
|
||||
AutoUpdateMode: Version
|
||||
AutoUpdateMode: None
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: export_presets.cfg|version/code=(\d+)|.|version/name="([\d.]+)"
|
||||
CurrentVersion: 1.0.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue