@@ -7,7 +7,7 @@ advanced_options=false
7
7
dedicated_server =false
8
8
custom_features =" "
9
9
export_filter =" all_resources"
10
- include_filter =" "
10
+ include_filter =" assets/**/* "
11
11
exclude_filter =" scripts/*"
12
12
export_path =" "
13
13
encryption_include_filters =" "
@@ -62,6 +62,9 @@ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorActi
62
62
ssh_remote_deploy/cleanup_script =" Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
63
63
Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
64
64
Remove-Item -Recurse -Force '{temp_dir}'"
65
+ dotnet/include_scripts_content =false
66
+ dotnet/include_debug_symbols =true
67
+ dotnet/embed_build_outputs =false
65
68
66
69
[preset.1]
67
70
@@ -72,7 +75,7 @@ advanced_options=false
72
75
dedicated_server =false
73
76
custom_features =" "
74
77
export_filter =" all_resources"
75
- include_filter =" "
78
+ include_filter =" assets/**/* "
76
79
exclude_filter =" scripts/*"
77
80
export_path =" "
78
81
encryption_include_filters =" "
@@ -312,6 +315,9 @@ open \"{temp_dir}/{exe_name}.app\" --args {cmd_args}"
312
315
ssh_remote_deploy/cleanup_script =" #!/usr/bin/env bash
313
316
kill $(pgrep -x -f \" {temp_dir}/{exe_name}.app/Contents/MacOS/{exe_name} {cmd_args}\" )
314
317
rm -rf \" {temp_dir}\" "
318
+ dotnet/include_scripts_content =false
319
+ dotnet/include_debug_symbols =true
320
+ dotnet/embed_build_outputs =false
315
321
316
322
[preset.2]
317
323
@@ -322,7 +328,7 @@ advanced_options=false
322
328
dedicated_server =false
323
329
custom_features =" "
324
330
export_filter =" all_resources"
325
- include_filter =" "
331
+ include_filter =" assets/**/* "
326
332
exclude_filter =" scripts/*"
327
333
export_path =" "
328
334
encryption_include_filters =" "
@@ -352,3 +358,6 @@ unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\"
352
358
ssh_remote_deploy/cleanup_script =" #!/usr/bin/env bash
353
359
kill $(pgrep -x -f \" {temp_dir}/{exe_name} {cmd_args}\" )
354
360
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