11[preset.0]
22
3- name =" win "
3+ name =" Windows Desktop "
44platform =" Windows Desktop"
55runnable =true
6+ advanced_options =true
7+ dedicated_server =false
68custom_features =" "
79export_filter =" all_resources"
810include_filter =" "
911exclude_filter =" "
1012export_path =" ./something.exe"
13+ patches =PackedStringArray()
1114encryption_include_filters =" "
1215encryption_exclude_filters =" "
16+ seed =0
1317encrypt_pck =false
1418encrypt_directory =false
1519script_export_mode =1
16- script_encryption_key =" "
1720
1821[preset.0.options]
1922
2023custom_template/debug =" "
2124custom_template/release =" "
22- debug/export_console_script =1
25+ debug/export_console_wrapper =1
2326binary_format/embed_pck =false
24- texture_format/bptc =false
25- texture_format/s3tc =true
26- texture_format/etc =false
27- texture_format/etc2 =false
28- texture_format/no_bptc_fallbacks =true
27+ texture_format/s3tc_bptc =true
28+ texture_format/etc2_astc =false
2929binary_format/architecture =" x86_64"
3030codesign/enable =false
31- codesign/identity_type =0
32- codesign/identity =" "
33- codesign/password =" "
3431codesign/timestamp =true
3532codesign/timestamp_server_url =" "
3633codesign/digest_algorithm =1
3734codesign/description =" "
3835codesign/custom_options =PackedStringArray()
3936application/modify_resources =false
4037application/icon =" res://icon.ico"
38+ application/console_wrapper_icon =" "
39+ application/icon_interpolation =4
4140application/file_version =" "
4241application/product_version =" "
4342application/company_name =" "
4443application/product_name =" "
4544application/file_description =" "
4645application/copyright =" "
4746application/trademarks =" "
47+ application/export_angle =0
48+ application/export_d3d12 =0
49+ application/d3d12_agility_sdk_multiarch =true
50+ ssh_remote_deploy/enabled =false
51+ ssh_remote_deploy/host =" user@host_ip"
52+ ssh_remote_deploy/port =" 22"
53+ ssh_remote_deploy/extra_args_ssh =" "
54+ ssh_remote_deploy/extra_args_scp =" "
55+ ssh_remote_deploy/run_script =" Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
56+ $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
57+ $trigger = New-ScheduledTaskTrigger -Once -At 00:00
58+ $settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries
59+ $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
60+ Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
61+ Start-ScheduledTask -TaskName godot_remote_debug
62+ while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
63+ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
64+ ssh_remote_deploy/cleanup_script =" Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
65+ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
66+ Remove-Item -Recurse -Force '{temp_dir}'"
67+ debug/export_console_script =1
68+ texture_format/bptc =false
69+ texture_format/s3tc =true
70+ texture_format/etc =false
71+ texture_format/etc2 =false
72+ texture_format/no_bptc_fallbacks =true
4873
4974[preset.1]
5075
5176name =" Linux/X11"
52- platform =" Linux/X11 "
77+ platform =" Linux"
5378runnable =true
79+ advanced_options =false
80+ dedicated_server =false
5481custom_features =" "
5582export_filter =" all_resources"
5683include_filter =" "
5784exclude_filter =" "
5885export_path =" ./linux.x86_64"
86+ patches =PackedStringArray()
5987encryption_include_filters =" "
6088encryption_exclude_filters =" "
89+ seed =0
6190encrypt_pck =false
6291encrypt_directory =false
6392script_export_mode =1
64- script_encryption_key =" "
6593
6694[preset.1.options]
6795
6896custom_template/debug =" "
6997custom_template/release =" "
70- debug/export_console_script =1
98+ debug/export_console_wrapper =1
7199binary_format/embed_pck =false
100+ texture_format/s3tc_bptc =true
101+ texture_format/etc2_astc =false
102+ binary_format/architecture =" x86_64"
103+ ssh_remote_deploy/enabled =false
104+ ssh_remote_deploy/host =" user@host_ip"
105+ ssh_remote_deploy/port =" 22"
106+ ssh_remote_deploy/extra_args_ssh =" "
107+ ssh_remote_deploy/extra_args_scp =" "
108+ ssh_remote_deploy/run_script =" #!/usr/bin/env bash
109+ export DISPLAY=:0
110+ unzip -o -q \" {temp_dir}/{archive_name}\" -d \" {temp_dir}\"
111+ \" {temp_dir}/{exe_name}\" {cmd_args}"
112+ ssh_remote_deploy/cleanup_script =" #!/usr/bin/env bash
113+ kill $(pgrep -x -f \" {temp_dir}/{exe_name} {cmd_args}\" )
114+ rm -rf \" {temp_dir}\" "
115+ debug/export_console_script =1
72116texture_format/bptc =false
73117texture_format/s3tc =true
74118texture_format/etc =false
75119texture_format/etc2 =false
76120texture_format/no_bptc_fallbacks =true
77- binary_format/architecture =" x86_64"
0 commit comments