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