Fix calling tools JS

This commit is contained in:
ayumi-signal 2024-05-23 15:19:12 -07:00 committed by GitHub
parent 5f0080a7d7
commit 29eb07c159
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 27 additions and 23 deletions

View file

@ -1266,7 +1266,7 @@ async function showCallingDevToolsWindow() {
sandbox: true,
contextIsolation: true,
nativeWindowOpen: true,
preload: join(__dirname, '../bundles/callingtools/preload.js'),
preload: join(__dirname, '../bundles/calling-tools/preload.js'),
},
};