We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a1a634 commit 72e8858Copy full SHA for 72e8858
main.ts
@@ -240,6 +240,10 @@ try {
240
}
241
});
242
243
+
244
+ // TODO: `registerFileProtocol` may be deprecated:
245
+ // https://www.electronjs.org/blog/electron-33-0#behavior-changed-custom-protocol-url-handling-on-windows
246
247
app.whenReady().then(() => {
248
protocol.registerFileProtocol('file', (request, callback) => {
249
const pathname = request.url.replace('file:///', '');
0 commit comments