Skip to content

Commit fca702d

Browse files
committed
default protocol 추가
1 parent 3cee544 commit fca702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ settings.configure({
77
fileName: 'Settings'
88
})
99

10+
app.setAsDefaultProtocolClient("tistoryeditor")
1011
app.showExitPrompt = false
1112
app.on('ready', () => {
1213
initWindow()
1314
ipc.init()
14-
// appInfo.fetchLatestVersion()
1515
})
1616

1717
app.on('activate', () => {

0 commit comments

Comments
 (0)