Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Update background.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
amydevs authored Jan 3, 2022
1 parent 55cd342 commit 6cbf02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/background.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ async function createWindow() {
} else {
createProtocol('app')
// Load the index.html when not in development
win.loadURL('app://./index.html/')
win.loadURL('app://./app:/')
}
}

Expand Down

0 comments on commit 6cbf02d

Please sign in to comment.