Skip to content

Commit 6d99ba3

Browse files
committed
Fixed missing files in export.
1 parent 1c805fe commit 6d99ba3

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

export_presets.cfg

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ platform="Windows Desktop"
55
runnable=true
66
custom_features=""
77
export_filter="all_resources"
8-
include_filter=""
8+
include_filter="*.cardengine,*.data"
99
exclude_filter=""
1010
export_path="../releases/CardEngine/Windows/CardEngine.exe"
1111
script_export_mode=1
@@ -39,3 +39,28 @@ application/product_name=""
3939
application/file_description=""
4040
application/copyright=""
4141
application/trademarks=""
42+
43+
[preset.1]
44+
45+
name="HTML5"
46+
platform="HTML5"
47+
runnable=true
48+
custom_features=""
49+
export_filter="all_resources"
50+
include_filter="*.cardengine,*.data"
51+
exclude_filter=""
52+
export_path="../releases/CardEngine/HTML/index.html"
53+
script_export_mode=1
54+
script_encryption_key=""
55+
56+
[preset.1.options]
57+
58+
custom_template/debug=""
59+
custom_template/release=""
60+
variant/export_type=0
61+
vram_texture_compression/for_desktop=true
62+
vram_texture_compression/for_mobile=false
63+
html/custom_html_shell=""
64+
html/head_include=""
65+
html/canvas_resize_policy=2
66+
html/experimental_virtual_keyboard=false

0 commit comments

Comments
 (0)