diff --git a/android.json b/android.json new file mode 100644 index 0000000..5167cf5 --- /dev/null +++ b/android.json @@ -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" +} \ No newline at end of file diff --git a/android.keystore b/android.keystore new file mode 100644 index 0000000..ab39a45 Binary files /dev/null and b/android.keystore differ diff --git a/bundle.keystore b/bundle.keystore new file mode 100644 index 0000000..c14bc91 Binary files /dev/null and b/bundle.keystore differ diff --git a/renconstruct.toml b/renconstruct.toml index c5f5174..764598a 100644 --- a/renconstruct.toml +++ b/renconstruct.toml @@ -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 diff --git a/update.pem b/update.pem new file mode 100644 index 0000000..a771625 --- /dev/null +++ b/update.pem @@ -0,0 +1,5 @@ +-----BEGIN EC PRIVATE KEY----- +MHcCAQEEINSQAh+PgeVP/oMJhal6a49nczZZ3PhYxJbthQPBJ3LpoAoGCCqGSM49 +AwEHoUQDQgAEtAHvD4UZVWu3kHFoXASyXV9Dc5ZKkqrFAHzVYE+W4Wz+ITDHAsuj ++ui1mjQLEYK5ozUT3YXpi5brKLJ09ubvjw== +-----END EC PRIVATE KEY-----