Skip to content

Commit aa58a0c

Browse files
committed
fix asset filters?
1 parent 957f151 commit aa58a0c

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

Diff for: export_presets.cfg

+12-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ advanced_options=false
77
dedicated_server=false
88
custom_features=""
99
export_filter="all_resources"
10-
include_filter=""
10+
include_filter="assets/**/*"
1111
exclude_filter="scripts/*"
1212
export_path=""
1313
encryption_include_filters=""
@@ -62,6 +62,9 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi
6262
ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
6363
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
6464
Remove-Item -Recurse -Force '{temp_dir}'"
65+
dotnet/include_scripts_content=false
66+
dotnet/include_debug_symbols=true
67+
dotnet/embed_build_outputs=false
6568

6669
[preset.1]
6770

@@ -72,7 +75,7 @@ advanced_options=false
7275
dedicated_server=false
7376
custom_features=""
7477
export_filter="all_resources"
75-
include_filter=""
78+
include_filter="assets/**/*"
7679
exclude_filter="scripts/*"
7780
export_path=""
7881
encryption_include_filters=""
@@ -312,6 +315,9 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
312315
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
313316
kill $(pgrep -x -f \"{temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\")
314317
rm -rf \"{temp_dir}\""
318+
dotnet/include_scripts_content=false
319+
dotnet/include_debug_symbols=true
320+
dotnet/embed_build_outputs=false
315321

316322
[preset.2]
317323

@@ -322,7 +328,7 @@ advanced_options=false
322328
dedicated_server=false
323329
custom_features=""
324330
export_filter="all_resources"
325-
include_filter=""
331+
include_filter="assets/**/*"
326332
exclude_filter="scripts/*"
327333
export_path=""
328334
encryption_include_filters=""
@@ -352,3 +358,6 @@ unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
352358
ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash
353359
kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\")
354360
rm -rf \"{temp_dir}\""
361+
dotnet/include_scripts_content=false
362+
dotnet/include_debug_symbols=true
363+
dotnet/embed_build_outputs=false

0 commit comments

Comments
 (0)