From 08da137ac1eac941510bc5a9dfebb73be1548251 Mon Sep 17 00:00:00 2001 From: Ashton Meuser Date: Sat, 14 Oct 2023 14:57:37 -0700 Subject: [PATCH] Fix preset exports paths --- examples/wasm-test/export_presets.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/wasm-test/export_presets.cfg b/examples/wasm-test/export_presets.cfg index a6a1813..2a963ea 100644 --- a/examples/wasm-test/export_presets.cfg +++ b/examples/wasm-test/export_presets.cfg @@ -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 @@ -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 @@ -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