Add missing files to fix Woodpecker build

This commit is contained in:
Iggy 2024-08-24 15:33:01 -03:00
parent 4f4956f201
commit fd7ac143af
5 changed files with 31 additions and 1 deletions

24
android.json Normal file
View File

@ -0,0 +1,24 @@
{
"expansion": false,
"google_play_key": null,
"google_play_salt": null,
"heap_size": "3",
"icon_name": "Snoot Game",
"include_pil": false,
"include_sqlite": false,
"layout": null,
"name": "Snoot Game",
"numeric_version": 1,
"orientation": "sensorLandscape",
"package": "cavemanon.snootgame",
"permissions": [
"VIBRATE",
"INTERNET"
],
"source": false,
"store": "none",
"update_always": true,
"update_icons": true,
"update_keystores": true,
"version": "INTERNAL-BUILD"
}

BIN
android.keystore Normal file

Binary file not shown.

BIN
bundle.keystore Normal file

Binary file not shown.

View File

@ -24,7 +24,8 @@
[options]
clear_output_dir = false # whether to clear the output directory on startup
task_dir = "./build_patch/"
[renutil]
version = "8.2.3" # the Ren'Py version to use (required)
registry = "tmp/cache" # the directory to store installation files in
registry = "/tmp/cache" # the directory to store installation files in

5
update.pem Normal file
View File

@ -0,0 +1,5 @@
-----BEGIN EC PRIVATE KEY-----
MHcCAQEEINSQAh+PgeVP/oMJhal6a49nczZZ3PhYxJbthQPBJ3LpoAoGCCqGSM49
AwEHoUQDQgAEtAHvD4UZVWu3kHFoXASyXV9Dc5ZKkqrFAHzVYE+W4Wz+ITDHAsuj
+ui1mjQLEYK5ozUT3YXpi5brKLJ09ubvjw==
-----END EC PRIVATE KEY-----