|
1 | 1 | [preset.0]
|
2 | 2 |
|
3 |
| -name="html5" |
4 |
| -platform="HTML5" |
5 |
| -runnable=true |
6 |
| -custom_features="" |
7 |
| -export_filter="all_resources" |
8 |
| -include_filter="" |
9 |
| -exclude_filter="build/*, build.sh, README.md, readme-assets/*" |
10 |
| -export_path="build/html5/index.html" |
11 |
| -script_export_mode=1 |
12 |
| -script_encryption_key="" |
13 |
| - |
14 |
| -[preset.0.options] |
15 |
| - |
16 |
| -custom_template/debug="" |
17 |
| -custom_template/release="" |
18 |
| -variant/export_type=0 |
19 |
| -vram_texture_compression/for_desktop=true |
20 |
| -vram_texture_compression/for_mobile=false |
21 |
| -html/export_icon=true |
22 |
| -html/custom_html_shell="" |
23 |
| -html/head_include="" |
24 |
| -html/canvas_resize_policy=2 |
25 |
| -html/focus_canvas_on_start=true |
26 |
| -html/experimental_virtual_keyboard=false |
27 |
| -progressive_web_app/enabled=false |
28 |
| -progressive_web_app/offline_page="" |
29 |
| -progressive_web_app/display=1 |
30 |
| -progressive_web_app/orientation=0 |
31 |
| -progressive_web_app/icon_144x144="" |
32 |
| -progressive_web_app/icon_180x180="" |
33 |
| -progressive_web_app/icon_512x512="" |
34 |
| -progressive_web_app/background_color=Color( 0, 0, 0, 1 ) |
35 |
| - |
36 |
| -[preset.1] |
37 |
| - |
38 | 3 | name="linux"
|
39 | 4 | platform="Linux/X11"
|
40 | 5 | runnable=true
|
| 6 | +dedicated_server=false |
41 | 7 | custom_features=""
|
42 | 8 | export_filter="all_resources"
|
43 | 9 | include_filter=""
|
44 | 10 | exclude_filter="build/*, build.sh, README.md, readme-assets/*"
|
45 | 11 | export_path="build/linux/n64-style-demo.x86_64"
|
46 |
| -script_export_mode=1 |
| 12 | +encryption_include_filters="" |
| 13 | +encryption_exclude_filters="" |
| 14 | +encrypt_pck=false |
| 15 | +encrypt_directory=false |
47 | 16 | script_encryption_key=""
|
48 | 17 |
|
49 |
| -[preset.1.options] |
| 18 | +[preset.0.options] |
50 | 19 |
|
51 | 20 | custom_template/debug=""
|
52 | 21 | custom_template/release=""
|
53 |
| -binary_format/64_bits=true |
| 22 | +debug/export_console_script=1 |
54 | 23 | binary_format/embed_pck=false
|
55 | 24 | texture_format/bptc=false
|
56 | 25 | texture_format/s3tc=true
|
57 | 26 | texture_format/etc=false
|
58 | 27 | texture_format/etc2=false
|
59 |
| -texture_format/no_bptc_fallbacks=true |
| 28 | +binary_format/architecture="x86_64" |
| 29 | +ssh_remote_deploy/enabled=false |
| 30 | +ssh_remote_deploy/host="user@host_ip" |
| 31 | +ssh_remote_deploy/port="22" |
| 32 | +ssh_remote_deploy/extra_args_ssh="" |
| 33 | +ssh_remote_deploy/extra_args_scp="" |
| 34 | +ssh_remote_deploy/run_script="#!/usr/bin/env bash |
| 35 | +export DISPLAY=:0 |
| 36 | +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" |
| 37 | +\"{temp_dir}/{exe_name}\" {cmd_args}" |
| 38 | +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash |
| 39 | +kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\") |
| 40 | +rm -rf \"{temp_dir}\"" |
60 | 41 |
|
61 |
| -[preset.2] |
| 42 | +[preset.1] |
62 | 43 |
|
63 | 44 | name="windows"
|
64 | 45 | platform="Windows Desktop"
|
65 | 46 | runnable=true
|
| 47 | +dedicated_server=false |
66 | 48 | custom_features=""
|
67 | 49 | export_filter="all_resources"
|
68 | 50 | include_filter=""
|
69 | 51 | exclude_filter="build/*, build.sh, README.md, readme-assets/*"
|
70 | 52 | export_path="build/windows/n64-style-demo.exe"
|
71 |
| -script_export_mode=1 |
| 53 | +encryption_include_filters="" |
| 54 | +encryption_exclude_filters="" |
| 55 | +encrypt_pck=false |
| 56 | +encrypt_directory=false |
72 | 57 | script_encryption_key=""
|
73 | 58 |
|
74 |
| -[preset.2.options] |
| 59 | +[preset.1.options] |
75 | 60 |
|
76 | 61 | custom_template/debug=""
|
77 | 62 | custom_template/release=""
|
78 |
| -binary_format/64_bits=true |
| 63 | +debug/export_console_script=1 |
79 | 64 | binary_format/embed_pck=false
|
80 | 65 | texture_format/bptc=false
|
81 | 66 | texture_format/s3tc=true
|
82 | 67 | texture_format/etc=false
|
83 | 68 | texture_format/etc2=false
|
84 |
| -texture_format/no_bptc_fallbacks=true |
| 69 | +binary_format/architecture="x86_64" |
85 | 70 | codesign/enable=false
|
| 71 | +codesign/identity_type=0 |
86 | 72 | codesign/identity=""
|
87 | 73 | codesign/password=""
|
88 | 74 | codesign/timestamp=true
|
89 | 75 | codesign/timestamp_server_url=""
|
90 | 76 | codesign/digest_algorithm=1
|
91 | 77 | codesign/description=""
|
92 |
| -codesign/custom_options=PoolStringArray( ) |
| 78 | +codesign/custom_options=PackedStringArray() |
| 79 | +application/modify_resources=true |
93 | 80 | application/icon=""
|
| 81 | +application/console_wrapper_icon="" |
| 82 | +application/icon_interpolation=4 |
94 | 83 | application/file_version=""
|
95 | 84 | application/product_version=""
|
96 | 85 | application/company_name=""
|
97 | 86 | application/product_name=""
|
98 | 87 | application/file_description=""
|
99 | 88 | application/copyright=""
|
100 | 89 | application/trademarks=""
|
| 90 | +ssh_remote_deploy/enabled=false |
| 91 | +ssh_remote_deploy/host="user@host_ip" |
| 92 | +ssh_remote_deploy/port="22" |
| 93 | +ssh_remote_deploy/extra_args_ssh="" |
| 94 | +ssh_remote_deploy/extra_args_scp="" |
| 95 | +ssh_remote_deploy/run_script="Expand-Archive -LiteralPath '{temp_dir}\\{archive_name}' -DestinationPath '{temp_dir}' |
| 96 | +$action = New-ScheduledTaskAction -Execute '{temp_dir}\\{exe_name}' -Argument '{cmd_args}' |
| 97 | +$trigger = New-ScheduledTaskTrigger -Once -At 00:00 |
| 98 | +$settings = New-ScheduledTaskSettingsSet |
| 99 | +$task = New-ScheduledTask -Action $action -Trigger $trigger -Settings $settings |
| 100 | +Register-ScheduledTask godot_remote_debug -InputObject $task -Force:$true |
| 101 | +Start-ScheduledTask -TaskName godot_remote_debug |
| 102 | +while (Get-ScheduledTask -TaskName godot_remote_debug | ? State -eq running) { Start-Sleep -Milliseconds 100 } |
| 103 | +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue" |
| 104 | +ssh_remote_deploy/cleanup_script="Stop-ScheduledTask -TaskName godot_remote_debug -ErrorAction:SilentlyContinue |
| 105 | +Unregister-ScheduledTask -TaskName godot_remote_debug -Confirm:$false -ErrorAction:SilentlyContinue |
| 106 | +Remove-Item -Recurse -Force '{temp_dir}'" |
| 107 | + |
| 108 | +[preset.2] |
| 109 | + |
| 110 | +name="html5" |
| 111 | +platform="Web" |
| 112 | +runnable=true |
| 113 | +dedicated_server=false |
| 114 | +custom_features="" |
| 115 | +export_filter="all_resources" |
| 116 | +include_filter="" |
| 117 | +exclude_filter="" |
| 118 | +export_path="build/html5/index.html" |
| 119 | +encryption_include_filters="" |
| 120 | +encryption_exclude_filters="" |
| 121 | +encrypt_pck=false |
| 122 | +encrypt_directory=false |
| 123 | +script_encryption_key="" |
| 124 | + |
| 125 | +[preset.2.options] |
| 126 | + |
| 127 | +custom_template/debug="" |
| 128 | +custom_template/release="" |
| 129 | +variant/extensions_support=false |
| 130 | +vram_texture_compression/for_desktop=true |
| 131 | +vram_texture_compression/for_mobile=false |
| 132 | +html/export_icon=true |
| 133 | +html/custom_html_shell="" |
| 134 | +html/head_include="" |
| 135 | +html/canvas_resize_policy=2 |
| 136 | +html/focus_canvas_on_start=true |
| 137 | +html/experimental_virtual_keyboard=false |
| 138 | +progressive_web_app/enabled=false |
| 139 | +progressive_web_app/offline_page="" |
| 140 | +progressive_web_app/display=1 |
| 141 | +progressive_web_app/orientation=0 |
| 142 | +progressive_web_app/icon_144x144="" |
| 143 | +progressive_web_app/icon_180x180="" |
| 144 | +progressive_web_app/icon_512x512="" |
| 145 | +progressive_web_app/background_color=Color(0, 0, 0, 1) |
0 commit comments