Skip to content

Commit

Permalink
Update exports
Browse files Browse the repository at this point in the history
  • Loading branch information
Wavesonics committed Jun 19, 2020
1 parent c9ef499 commit 67b0d04
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion common/UserData.gd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extends Node

signal user_data_updated

const GAME_VERSION := 7
const GAME_VERSION := 8
const USER_DATA_VERSION := 7

var file_name := 'user://user_data.json'
Expand Down
30 changes: 15 additions & 15 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ application/info="Stumpy Dog Studios"
application/icon=""
application/identifier="com.darkrockstudios.games.$genname"
application/signature=""
application/short_version="0.2.0"
application/version="0.2.0"
application/short_version="0.2.1"
application/version="0.2.1"
application/copyright=""
display/high_res=false
privacy/camera_usage_description=""
Expand All @@ -109,7 +109,7 @@ custom_features="client, client_flat"
export_filter="all_resources"
include_filter="*.json, *.bb"
exclude_filter=""
export_path=""
export_path="export/client/flat/android/google_play/Fugitive3D_Client_Flat_Android_GP.apk"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
Expand All @@ -125,8 +125,8 @@ custom_template/debug=""
custom_template/release=""
custom_template/use_custom_build=true
command_line/extra_args=""
version/code=4
version/name="0.2.0"
version/code=5
version/name="0.2.1"
package/unique_name="com.darkrockstudios.games.$genname"
package/name=""
package/signed=true
Expand Down Expand Up @@ -325,8 +325,8 @@ custom_template/debug=""
custom_template/release=""
custom_template/use_custom_build=false
command_line/extra_args=""
version/code=4
version/name="0.2.0"
version/code=5
version/name="0.2.1"
package/unique_name="com.darkrockstudios.games.$genname"
package/name=""
package/signed=true
Expand Down Expand Up @@ -535,8 +535,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version="0.2.0"
application/product_version="0.2.0"
application/file_version="0.2.1"
application/product_version="0.2.1"
application/company_name="Stumpy Dog Studios"
application/product_name=""
application/file_description=""
Expand Down Expand Up @@ -568,8 +568,8 @@ custom_template/debug=""
custom_template/release=""
custom_template/use_custom_build=false
command_line/extra_args=""
version/code=3
version/name="0.2.0"
version/code=4
version/name="0.2.1"
package/unique_name="com.darkrockstudios.games.vr.$genname"
package/name=""
package/signed=true
Expand Down Expand Up @@ -778,8 +778,8 @@ codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version="0.2.0"
application/product_version="0.2.0"
application/file_version="0.2.1"
application/product_version="0.2.1"
application/company_name="Stumpy Dog Studios"
application/product_name=""
application/file_description=""
Expand Down Expand Up @@ -835,8 +835,8 @@ application/info="Stumpy Dog Studios"
application/icon=""
application/identifier="com.darkrockstudios.games.$genname"
application/signature=""
application/short_version="0.2.0"
application/version="0.2.0"
application/short_version="0.2.1"
application/version="0.2.1"
application/copyright=""
display/high_res=false
privacy/camera_usage_description=""
Expand Down

0 comments on commit 67b0d04

Please sign in to comment.