mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-23 02:34:53 +00:00
pasted the raw string API_Key into Leaderboard.gd
not sure how else to obfuscate it now!
This commit is contained in:
parent
b95d636a02
commit
60bb86dfcc
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,9 @@
|
|||
rmdir /s /q android
|
||||
mkdir android
|
||||
|
||||
rmdir /s /q android-bundle
|
||||
mkdir android-bundle
|
||||
|
||||
rmdir /s /q linux
|
||||
mkdir linux
|
||||
|
||||
|
|
|
|||
|
|
@ -184,7 +184,7 @@ custom_features=""
|
|||
export_filter="all_resources"
|
||||
include_filter=""
|
||||
exclude_filter=""
|
||||
export_path="export/android-bundle/Tiny-Crate33-6.aab"
|
||||
export_path="export/android-bundle/Tiny-Crate33-7.aab"
|
||||
script_export_mode=1
|
||||
script_encryption_key=""
|
||||
|
||||
|
|
@ -207,7 +207,7 @@ keystore/release="C:/Users/harmo/.android/tinycrate.keystore"
|
|||
keystore/release_user="tinycrate"
|
||||
keystore/release_password="release"
|
||||
one_click_deploy/clear_previous_install=true
|
||||
version/code=6
|
||||
version/code=7
|
||||
version/name="1.0"
|
||||
package/unique_name="harmonyhoney.tinycrate"
|
||||
package/name="Tiny Crate"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue