Skip to content

Commit 55b37a6

Browse files
author
Marco Bakera
committed
added presets for releases.
1 parent 48dafc6 commit 55b37a6

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

godot_emu/export_presets.cfg

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
[preset.0]
2+
3+
name="Linux/X11"
4+
platform="Linux/X11"
5+
runnable=true
6+
custom_features=""
7+
export_filter="all_resources"
8+
include_filter=""
9+
exclude_filter=""
10+
export_path="/home/marco/proj/flipflapflop/godot_emu/export/linux/fffemu.x86_64"
11+
patch_list=PoolStringArray( )
12+
script_export_mode=1
13+
script_encryption_key=""
14+
15+
[preset.0.options]
16+
17+
texture_format/bptc=false
18+
texture_format/s3tc=true
19+
texture_format/etc=false
20+
texture_format/etc2=false
21+
texture_format/no_bptc_fallbacks=true
22+
binary_format/64_bits=true
23+
custom_template/release=""
24+
custom_template/debug=""
25+
26+
[preset.1]
27+
28+
name="Windows Desktop"
29+
platform="Windows Desktop"
30+
runnable=true
31+
custom_features=""
32+
export_filter="all_resources"
33+
include_filter=""
34+
exclude_filter=""
35+
export_path="/home/marco/proj/flipflapflop/godot_emu/export/windows/fffemu.exe"
36+
patch_list=PoolStringArray( )
37+
script_export_mode=1
38+
script_encryption_key=""
39+
40+
[preset.1.options]
41+
42+
texture_format/bptc=false
43+
texture_format/s3tc=true
44+
texture_format/etc=false
45+
texture_format/etc2=false
46+
texture_format/no_bptc_fallbacks=true
47+
binary_format/64_bits=true
48+
custom_template/release=""
49+
custom_template/debug=""
50+
application/icon=""
51+
application/file_version=""
52+
application/product_version=""
53+
application/company_name=""
54+
application/product_name=""
55+
application/file_description=""
56+
application/copyright=""
57+
application/trademarks=""

0 commit comments

Comments
 (0)