Skip to content

Commit

Permalink
Fixed missing files in export.
Browse files Browse the repository at this point in the history
  • Loading branch information
BraindeadBZH committed May 10, 2021
1 parent 1c805fe commit 6d99ba3
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ platform="Windows Desktop"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter=""
include_filter="*.cardengine,*.data"
exclude_filter=""
export_path="../releases/CardEngine/Windows/CardEngine.exe"
script_export_mode=1
Expand Down Expand Up @@ -39,3 +39,28 @@ application/product_name=""
application/file_description=""
application/copyright=""
application/trademarks=""

[preset.1]

name="HTML5"
platform="HTML5"
runnable=true
custom_features=""
export_filter="all_resources"
include_filter="*.cardengine,*.data"
exclude_filter=""
export_path="../releases/CardEngine/HTML/index.html"
script_export_mode=1
script_encryption_key=""

[preset.1.options]

custom_template/debug=""
custom_template/release=""
variant/export_type=0
vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/custom_html_shell=""
html/head_include=""
html/canvas_resize_policy=2
html/experimental_virtual_keyboard=false

0 comments on commit 6d99ba3

Please sign in to comment.