Update com.simondalvai.ball2box: new domain and godot 3.5.3 recipe

This commit is contained in:
Simon Dalvai 2023-10-07 06:19:40 +00:00 committed by Licaon_Kter
parent 60cfbb5de4
commit 636cd1daec

View file

@ -2,12 +2,12 @@ Categories:
- Games
License: AGPL-3.0-or-later
AuthorName: Simon Dalvai
AuthorEmail: info@simondalvai.com
AuthorWebSite: https://simondalvai.com
WebSite: https://simondalvai.com/games/ball2box/
AuthorEmail: info@simondalvai.org
AuthorWebSite: https://simondalvai.org
WebSite: https://simondalvai.org/games/ball2box/
SourceCode: https://github.com/dulvui/ball2box/
IssueTracker: https://github.com/dulvui/ball2box/issues
Donate: https://simondalvai.com/donate
Donate: https://simondalvai.org/donate
Name: Ball2Box
AutoName: Ball2Box
@ -376,9 +376,9 @@ Builds:
- gradle generateGodotTemplates
- popd
- cd ..
- mkdir -p ./.local/share/godot/templates/3.5.1.stable/
- echo "3.5.1.stable" >> ./.local/share/godot/templates/3.5.1.stable/version.txt
- cp godot/bin/android_release.apk ./.local/share/godot/templates/3.5.1.stable/
- mkdir -p ./.local/share/godot/templates/3.5.3.stable/
- echo "3.5.3.stable" >> ./.local/share/godot/templates/3.5.3.stable/version.txt
- cp godot/bin/android_release.apk ./.local/share/godot/templates/3.5.3.stable/
- ./godot/bin/godot_server.* -v --path game --export Android Ball2Box.apk
- find . -iname "*.apk"
- echo "build end"