Skip to content

Commit

Permalink
Update src/main/app/initialize.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maria A Nunez <[email protected]>
  • Loading branch information
devinbinnie and marianunez authored Nov 19, 2024
1 parent 9289775 commit 5fbe264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/app/initialize.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ async function initializeAfterAppReady() {

let deeplinkingURL;

// Protocol handler for win32
// Protocol handler for win32 and linux
if (process.platform !== 'darwin') {
const args = process.argv.slice(1);
if (Array.isArray(args) && args.length > 0) {
Expand Down

0 comments on commit 5fbe264

Please sign in to comment.