Add missing files to fix Woodpecker build
This commit is contained in:
parent
4f4956f201
commit
fd7ac143af
24
android.json
Normal file
24
android.json
Normal 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
BIN
android.keystore
Normal file
Binary file not shown.
BIN
bundle.keystore
Normal file
BIN
bundle.keystore
Normal file
Binary file not shown.
@ -24,7 +24,8 @@
|
|||||||
|
|
||||||
[options]
|
[options]
|
||||||
clear_output_dir = false # whether to clear the output directory on startup
|
clear_output_dir = false # whether to clear the output directory on startup
|
||||||
|
task_dir = "./build_patch/"
|
||||||
|
|
||||||
[renutil]
|
[renutil]
|
||||||
version = "8.2.3" # the Ren'Py version to use (required)
|
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
5
update.pem
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-----BEGIN EC PRIVATE KEY-----
|
||||||
|
MHcCAQEEINSQAh+PgeVP/oMJhal6a49nczZZ3PhYxJbthQPBJ3LpoAoGCCqGSM49
|
||||||
|
AwEHoUQDQgAEtAHvD4UZVWu3kHFoXASyXV9Dc5ZKkqrFAHzVYE+W4Wz+ITDHAsuj
|
||||||
|
+ui1mjQLEYK5ozUT3YXpi5brKLJ09ubvjw==
|
||||||
|
-----END EC PRIVATE KEY-----
|
Loading…
Reference in New Issue
Block a user