@@ -9,7 +9,7 @@ custom_features=""
99export_filter =" all_resources"
1010include_filter =" *.ttf; *.otf; fonts/**"
1111exclude_filter =" "
12- export_path =" export/index.html"
12+ export_path =" export/html/ index.html"
1313patches =PackedStringArray()
1414encryption_include_filters =" "
1515encryption_exclude_filters =" "
@@ -43,3 +43,71 @@ progressive_web_app/icon_512x512=""
4343progressive_web_app/background_color =Color(0, 0, 0, 1)
4444threads/emscripten_pool_size =8
4545threads/godot_pool_size =4
46+
47+ [preset.1]
48+
49+ name =" Windows Desktop"
50+ platform =" Windows Desktop"
51+ runnable =true
52+ advanced_options =false
53+ dedicated_server =false
54+ custom_features =" "
55+ export_filter =" all_resources"
56+ include_filter =" *.ttf; *.otf; fonts/**"
57+ exclude_filter =" "
58+ export_path =" export/windows/GoMudWindowsClient.exe"
59+ patches =PackedStringArray()
60+ encryption_include_filters =" "
61+ encryption_exclude_filters =" "
62+ seed =0
63+ encrypt_pck =false
64+ encrypt_directory =false
65+ script_export_mode =2
66+
67+ [preset.1.options]
68+
69+ custom_template/debug =" "
70+ custom_template/release =" "
71+ debug/export_console_wrapper =1
72+ binary_format/embed_pck =true
73+ texture_format/s3tc_bptc =true
74+ texture_format/etc2_astc =false
75+ shader_baker/enabled =false
76+ binary_format/architecture =" x86_64"
77+ codesign/enable =false
78+ codesign/timestamp =true
79+ codesign/timestamp_server_url =" "
80+ codesign/digest_algorithm =1
81+ codesign/description =" "
82+ codesign/custom_options =PackedStringArray()
83+ application/modify_resources =true
84+ application/icon =" "
85+ application/console_wrapper_icon =" "
86+ application/icon_interpolation =4
87+ application/file_version =" "
88+ application/product_version =" "
89+ application/company_name =" "
90+ application/product_name =" "
91+ application/file_description =" "
92+ application/copyright =" "
93+ application/trademarks =" "
94+ application/export_angle =0
95+ application/export_d3d12 =0
96+ application/d3d12_agility_sdk_multiarch =true
97+ ssh_remote_deploy/enabled =false
98+ ssh_remote_deploy/host =" user@host_ip"
99+ ssh_remote_deploy/port =" 22"
100+ ssh_remote_deploy/extra_args_ssh =" "
101+ ssh_remote_deploy/extra_args_scp =" "
102+ ssh_remote_deploy/run_script =" Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}'
103+ $action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}'
104+ $trigger = New-ScheduledTaskTrigger -Once -At 00:00
105+ $settings = New-ScheduledTaskSettingsSet -AllowStartIfOnBatteries -DontStopIfGoingOnBatteries
106+ $task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings
107+ Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true
108+ Start-ScheduledTask -TaskName godot_remote_debug
109+ while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 }
110+ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue"
111+ ssh_remote_deploy/cleanup_script =" Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue
112+ Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue
113+ Remove-Item -Recurse -Force '{temp_dir}'"
0 commit comments