File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ !macro customInstall
2+ DetailPrint " Register owtclient URI Handler"
3+ DeleteRegKey HKCR " owtclient"
4+ WriteRegStr HKCR " owtclient" " " " URL:owtclient"
5+ WriteRegStr HKCR " owtclient" " URL Protocol" " "
6+ WriteRegStr HKCR " owtclient\shell" " " " "
7+ WriteRegStr HKCR " owtclient\shell\Open" " " " "
8+ WriteRegStr HKCR " owtclient\shell\Open\command" " " " $INSTDIR\${APP_EXECUTABLE_FILENAME} %1"
9+ !macroend
Original file line number Diff line number Diff line change 108108 "installerHeaderIcon" : " static/icon/logo.ico" ,
109109 "createDesktopShortcut" : true ,
110110 "createStartMenuShortcut" : true ,
111- "shortcutName" : " RTCClient " ,
111+ "shortcutName" : " OWTClient " ,
112112 "include" : " install-package/urlProtocol.nsh"
113113 },
114114 "protocols" : [
You can’t perform that action at this time.
0 commit comments