|
| 1 | +[preset.0] |
| 2 | + |
| 3 | +name="Linux" |
| 4 | +platform="Linux" |
| 5 | +runnable=true |
| 6 | +dedicated_server=false |
| 7 | +custom_features="" |
| 8 | +export_filter="all_resources" |
| 9 | +include_filter="" |
| 10 | +exclude_filter="" |
| 11 | +export_path="" |
| 12 | +patches=PackedStringArray() |
| 13 | +encryption_include_filters="" |
| 14 | +encryption_exclude_filters="" |
| 15 | +seed=0 |
| 16 | +encrypt_pck=false |
| 17 | +encrypt_directory=false |
| 18 | +script_export_mode=2 |
| 19 | + |
| 20 | +[preset.0.options] |
| 21 | + |
| 22 | +custom_template/debug="" |
| 23 | +custom_template/release="" |
| 24 | +debug/export_console_wrapper=1 |
| 25 | +binary_format/embed_pck=false |
| 26 | +texture_format/s3tc_bptc=true |
| 27 | +texture_format/etc2_astc=true |
| 28 | +shader_baker/enabled=true |
| 29 | +binary_format/architecture="x86_64" |
| 30 | +ssh_remote_deploy/enabled=false |
| 31 | +ssh_remote_deploy/host="user@host_ip" |
| 32 | +ssh_remote_deploy/port="22" |
| 33 | +ssh_remote_deploy/extra_args_ssh="" |
| 34 | +ssh_remote_deploy/extra_args_scp="" |
| 35 | +ssh_remote_deploy/run_script="#!/usr/bin/env bash |
| 36 | +export DISPLAY=:0 |
| 37 | +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" |
| 38 | +\"{temp_dir}/{exe_name}\" {cmd_args}" |
| 39 | +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash |
| 40 | +kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\") |
| 41 | +rm -rf \"{temp_dir}\"" |
| 42 | + |
| 43 | +[preset.1] |
| 44 | + |
| 45 | +name="Linux Server" |
| 46 | +platform="Linux" |
| 47 | +runnable=false |
| 48 | +dedicated_server=true |
| 49 | +custom_features="" |
| 50 | +export_filter="customized" |
| 51 | +customized_files={ |
| 52 | +"res://": "strip" |
| 53 | +} |
| 54 | +include_filter="" |
| 55 | +exclude_filter="" |
| 56 | +export_path="" |
| 57 | +patches=PackedStringArray() |
| 58 | +encryption_include_filters="" |
| 59 | +encryption_exclude_filters="" |
| 60 | +seed=0 |
| 61 | +encrypt_pck=false |
| 62 | +encrypt_directory=false |
| 63 | +script_export_mode=2 |
| 64 | + |
| 65 | +[preset.1.options] |
| 66 | + |
| 67 | +custom_template/debug="" |
| 68 | +custom_template/release="" |
| 69 | +debug/export_console_wrapper=1 |
| 70 | +binary_format/embed_pck=false |
| 71 | +texture_format/s3tc_bptc=true |
| 72 | +texture_format/etc2_astc=true |
| 73 | +shader_baker/enabled=true |
| 74 | +binary_format/architecture="x86_64" |
| 75 | +ssh_remote_deploy/enabled=false |
| 76 | +ssh_remote_deploy/host="user@host_ip" |
| 77 | +ssh_remote_deploy/port="22" |
| 78 | +ssh_remote_deploy/extra_args_ssh="" |
| 79 | +ssh_remote_deploy/extra_args_scp="" |
| 80 | +ssh_remote_deploy/run_script="#!/usr/bin/env bash |
| 81 | +export DISPLAY=:0 |
| 82 | +unzip -o -q \"{temp_dir}/{archive_name}\" -d \"{temp_dir}\" |
| 83 | +\"{temp_dir}/{exe_name}\" {cmd_args}" |
| 84 | +ssh_remote_deploy/cleanup_script="#!/usr/bin/env bash |
| 85 | +kill $(pgrep -x -f \"{temp_dir}/{exe_name} {cmd_args}\") |
| 86 | +rm -rf \"{temp_dir}\"" |
0 commit comments