mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-24 19:39:27 +08:00
🐛 fix macos 右击菜单打开rubick问题
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
!macro customInstall
|
||||
SetRegView 64
|
||||
WriteRegStr HKCR "*\shell\rubick" "" "open w&ith rubick search"
|
||||
WriteRegStr HKCR "*\shell\rubick" "" "open w&ith rubick"
|
||||
WriteRegStr HKCR "*\shell\rubick" "Icon" "$INSTDIR\rubick.exe"
|
||||
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
||||
SetRegView 32
|
||||
WriteRegStr HKCR "*\shell\rubick" "" "open w&ith rubick search"
|
||||
WriteRegStr HKCR "*\shell\rubick" "" "open w&ith rubick"
|
||||
WriteRegStr HKCR "*\shell\rubick" "Icon" "$INSTDIR\rubick.exe"
|
||||
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
||||
!macroend
|
||||
|
||||
Reference in New Issue
Block a user