1 Star 0 Fork 203

stone/electron-hiprint

forked from CcSimple/electron-hiprint 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
installer.nsh 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
!macro customInstall
DeleteRegKey HKCR "hiprint"
WriteRegStr HKCR "hiprint" "" "URL:hiprint"
WriteRegStr HKCR "hiprint" "URL Protocol" ""
WriteRegStr HKCR "hiprint\shell" "" ""
WriteRegStr HKCR "hiprint\shell\Open" "" ""
WriteRegStr HKCR "hiprint\shell\Open\command" "" "$INSTDIR\${APP_EXECUTABLE_FILENAME} %1"
!macroend
!macro customUnInstall
DeleteRegKey HKCR "hiprint"
!macroend
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/chati/electron-hiprint.git
git@gitee.com:chati/electron-hiprint.git
chati
electron-hiprint
electron-hiprint
master

搜索帮助