Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

Commit

Permalink
Update export settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ForLoveOfCats committed Nov 23, 2019
1 parent 5d2cb53 commit afff856
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.js"
include_filter=""
exclude_filter=""
export_path=""
export_path="SkyOfSteel/Export/SkyOfSteel.exe"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
Expand All @@ -20,8 +20,17 @@ texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""
codesign/enable=false
codesign/identity=""
codesign/password=""
codesign/timestamp=true
codesign/timestamp_server_url=""
codesign/digest_algorithm=1
codesign/description=""
codesign/custom_options=PoolStringArray( )
application/icon=""
application/file_version=""
application/product_version=""
Expand All @@ -38,9 +47,9 @@ platform="Linux/X11"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.js"
include_filter=""
exclude_filter=""
export_path="/home/forloveofcats/Documents/Godot Projects/SkyOfSteel/Export/SkyOfSteel.x86_64"
export_path="SkyOfSteel/Export/SkyOfSteel.x86_64"
patch_list=PoolStringArray( )
script_export_mode=1
script_encryption_key=""
Expand All @@ -53,5 +62,6 @@ texture_format/etc=false
texture_format/etc2=false
texture_format/no_bptc_fallbacks=true
binary_format/64_bits=true
binary_format/embed_pck=false
custom_template/release=""
custom_template/debug=""

0 comments on commit afff856

Please sign in to comment.