diff options
| author | dam <dam@gudinoff> | 2022-07-21 23:15:52 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-07-21 23:15:52 +0000 |
| commit | a9ee49fd6bbd409ab21dbd954b7b99547822d884 (patch) | |
| tree | 5c8d0ec25bfb80248e025efa505a86aada19cd28 /export_presets.cfg | |
| parent | 8cf7e727562f3afdd2af94c331d038b73dcefd58 (diff) | |
| download | surgery-log-a9ee49fd6bbd409ab21dbd954b7b99547822d884.tar.zst surgery-log-a9ee49fd6bbd409ab21dbd954b7b99547822d884.zip | |
Fixed export settings to include only main scene.
Diffstat (limited to 'export_presets.cfg')
| -rw-r--r-- | export_presets.cfg | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/export_presets.cfg b/export_presets.cfg index bfadca3..c468504 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -4,7 +4,8 @@ name="android" platform="Android" runnable=true custom_features="" -export_filter="all_resources" +export_filter="scenes" +export_files=PoolStringArray( "res://main.tscn" ) include_filter="" exclude_filter="" export_path="build/surgery_log.apk" @@ -210,7 +211,8 @@ name="linux" platform="Linux/X11" runnable=true custom_features="" -export_filter="all_resources" +export_filter="scenes" +export_files=PoolStringArray( "res://main.tscn" ) include_filter="" exclude_filter="" export_path="build/surgery_log.x64" @@ -235,7 +237,8 @@ name="windows" platform="Windows Desktop" runnable=true custom_features="" -export_filter="all_resources" +export_filter="scenes" +export_files=PoolStringArray( "res://main.tscn" ) include_filter="" exclude_filter="" export_path="build/surgery_log.exe" |
