mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 02:54:11 +08:00
🐛 fix macos 右击菜单打开rubick问题
This commit is contained in:
parent
32c6cf5d1c
commit
a26a03e948
@ -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
|
||||
|
@ -63,7 +63,7 @@
|
||||
<key>CheckedForUserDefaultShell</key>
|
||||
<true/>
|
||||
<key>inputMethod</key>
|
||||
<integer>0</integer>
|
||||
<integer>1</integer>
|
||||
<key>shell</key>
|
||||
<string>/bin/bash</string>
|
||||
<key>source</key>
|
||||
@ -169,8 +169,6 @@
|
||||
<string>4</string>
|
||||
</dict>
|
||||
</dict>
|
||||
<key>conversionLabel</key>
|
||||
<integer>0</integer>
|
||||
<key>isViewVisible</key>
|
||||
<integer>1</integer>
|
||||
<key>location</key>
|
||||
|
Loading…
x
Reference in New Issue
Block a user