Skip to content

Commit d178a47

Browse files
committed
Updated export configuration
1 parent bfa455c commit d178a47

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

export_presets.cfg

Lines changed: 8 additions & 8 deletions
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="lessons/*"
8+
include_filter="lessons/*, wat_tests/*, addons/WAT/*"
99
exclude_filter=""
1010
export_path="../Export/Windows/Open Sequential Logic Simulation.exe"
1111
script_export_mode=1
@@ -32,8 +32,8 @@ codesign/digest_algorithm=1
3232
codesign/description=""
3333
codesign/custom_options=PoolStringArray( )
3434
application/icon=""
35-
application/file_version="0.1.1"
36-
application/product_version="0.1.1"
35+
application/file_version="0.9.0"
36+
application/product_version="0.9.0"
3737
application/company_name=""
3838
application/product_name="Open Sequential Logic Simulation"
3939
application/file_description="Made with Godot Engine"
@@ -47,7 +47,7 @@ platform="Linux/X11"
4747
runnable=true
4848
custom_features=""
4949
export_filter="all_resources"
50-
include_filter="lessons/*"
50+
include_filter="lessons/*, wat_tests/*, addons/WAT/*"
5151
exclude_filter=""
5252
export_path="../Export/Linux/Open Sequential Logic Simulation.x86_64"
5353
script_export_mode=1
@@ -72,7 +72,7 @@ platform="Mac OSX"
7272
runnable=true
7373
custom_features=""
7474
export_filter="all_resources"
75-
include_filter="lessons/*"
75+
include_filter="lessons/*, wat_tests/*, addons/WAT/*"
7676
exclude_filter=""
7777
export_path="../Export/MacOS/Open Sequential Logic Simulation.zip"
7878
script_export_mode=1
@@ -82,13 +82,13 @@ script_encryption_key=""
8282

8383
custom_template/debug=""
8484
custom_template/release=""
85-
application/name="OpenSequentialLogicSimulation"
85+
application/name="Open Sequential Logic Simulation"
8686
application/info="Made with Godot Engine"
8787
application/icon=""
8888
application/identifier=""
8989
application/signature=""
90-
application/short_version="0.1.1"
91-
application/version="0.1.1"
90+
application/short_version="0.9.0"
91+
application/version="0.9.0"
9292
application/copyright=""
9393
display/high_res=false
9494
privacy/camera_usage_description=""

0 commit comments

Comments
 (0)