|
|
@ -5,8 +5,8 @@ platform="Windows Desktop" |
|
|
|
runnable=false |
|
|
|
custom_features="" |
|
|
|
export_filter="resources" |
|
|
|
export_files=PoolStringArray( "res://default_env.tres", "res://scenes/update.tscn", "res://scripts/util.gd" ) |
|
|
|
include_filter="/etc/ssl/certs/ca-certificates.crt" |
|
|
|
export_files=PoolStringArray( "res://default_env.tres", "res://scenes/update.tscn", "res://scripts/update.gd", "res://scripts/util.gd" ) |
|
|
|
include_filter="assets/ca-certificates.crt" |
|
|
|
exclude_filter="" |
|
|
|
patch_list=PoolStringArray( ) |
|
|
|
|
|
|
@ -34,8 +34,8 @@ platform="Linux/X11" |
|
|
|
runnable=false |
|
|
|
custom_features="" |
|
|
|
export_filter="resources" |
|
|
|
export_files=PoolStringArray( "res://default_env.tres", "res://scenes/update.tscn", "res://scripts/util.gd" ) |
|
|
|
include_filter="/etc/ssl/certs/ca-certificates.crt" |
|
|
|
export_files=PoolStringArray( "res://default_env.tres", "res://scenes/update.tscn", "res://scripts/update.gd", "res://scripts/util.gd" ) |
|
|
|
include_filter="" |
|
|
|
exclude_filter="" |
|
|
|
patch_list=PoolStringArray( ) |
|
|
|
|
|
|
@ -56,7 +56,7 @@ runnable=false |
|
|
|
custom_features="" |
|
|
|
export_filter="resources" |
|
|
|
export_files=PoolStringArray( "res://default_env.tres", "res://scenes/update.tscn", "res://scripts/util.gd" ) |
|
|
|
include_filter="/etc/ssl/certs/ca-certificates.crt" |
|
|
|
include_filter="" |
|
|
|
exclude_filter="" |
|
|
|
patch_list=PoolStringArray( ) |
|
|
|
|
|
|
@ -81,7 +81,7 @@ texture_format/etc2=false |
|
|
|
[preset.3] |
|
|
|
|
|
|
|
name="Full PCK" |
|
|
|
platform="Linux/X11" |
|
|
|
platform="Windows Desktop" |
|
|
|
runnable=false |
|
|
|
custom_features="" |
|
|
|
export_filter="all_resources" |
|
|
@ -97,3 +97,11 @@ texture_format/etc2=false |
|
|
|
binary_format/64_bits=true |
|
|
|
custom_template/release="" |
|
|
|
custom_template/debug="" |
|
|
|
application/icon="" |
|
|
|
application/file_version="" |
|
|
|
application/product_version="" |
|
|
|
application/company_name="" |
|
|
|
application/product_name="" |
|
|
|
application/file_description="" |
|
|
|
application/copyright="" |
|
|
|
application/trademarks="" |