Skip to content

Commit

Permalink
Fix preset exports paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ashtonmeuser committed Oct 14, 2023
1 parent 989f612 commit 08da137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/wasm-test/export_presets.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.wasm"
exclude_filter=""
export_path="../../WasmTest.app"
export_path="./WasmTest.app"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -111,7 +111,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.wasm"
exclude_filter=""
export_path="../../WasmTest.exe"
export_path="./WasmTest.exe"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down Expand Up @@ -173,7 +173,7 @@ custom_features=""
export_filter="all_resources"
include_filter="*.wasm"
exclude_filter=""
export_path="../../WasmTest.x86_64"
export_path="./WasmTest.x86_64"
encryption_include_filters=""
encryption_exclude_filters=""
encrypt_pck=false
Expand Down

0 comments on commit 08da137

Please sign in to comment.