Merge pull request #102 from PhoenixAceVFX/stable

Fix for update
pull/104/head
dperolio 2 years ago committed by GitHub
commit 3a808d57fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ const electronExports = new Proxy(electron, {
}); });
delete require.cache[electronPath].exports; delete require.cache[electronPath].exports;
require.cache[electronPath].exports = electronExports; require.cache[electronPath].exports = { ...electron, BrowserWindow: PatchedBrowserWindow };
/** /**
* Register our protocol sceheme with elevated privileges. * Register our protocol sceheme with elevated privileges.

Loading…
Cancel
Save