✨ support multiple-instances
This commit is contained in:
2
bin/helpers/merge.ts
vendored
2
bin/helpers/merge.ts
vendored
@@ -63,6 +63,7 @@ export async function mergeConfig(
|
||||
title,
|
||||
wasm,
|
||||
enableDragDrop,
|
||||
multiInstance,
|
||||
} = options;
|
||||
|
||||
const { platform } = process;
|
||||
@@ -325,6 +326,7 @@ StartupNotify=true
|
||||
await fsExtra.writeFile(injectFilePath, '');
|
||||
}
|
||||
tauriConf.pake.proxy_url = proxyUrl || '';
|
||||
tauriConf.pake.multi_instance = multiInstance;
|
||||
|
||||
// Configure WASM support with required HTTP headers
|
||||
if (wasm) {
|
||||
|
||||
Reference in New Issue
Block a user