We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
/Applications
1 parent e201d44 commit f52ad72Copy full SHA for f52ad72
src/index.js
@@ -318,6 +318,9 @@ if (argv['auth-negotiate-delegate-whitelist']) {
318
// initialization and is ready to create browser windows.
319
// Some APIs can only be used after this event occurs.
320
app.on('ready', () => {
321
+ // force app to live in /Applications
322
+ enforceMacOSAppLocation();
323
+
324
// Register App URL
325
app.setAsDefaultProtocolClient('franz');
326
0 commit comments