mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 19:14:11 +08:00
🐛 fix macos 右击菜单打开rubick问题
This commit is contained in:
parent
32c6cf5d1c
commit
a26a03e948
@ -1,10 +1,10 @@
|
|||||||
!macro customInstall
|
!macro customInstall
|
||||||
SetRegView 64
|
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" "Icon" "$INSTDIR\rubick.exe"
|
||||||
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
||||||
SetRegView 32
|
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" "Icon" "$INSTDIR\rubick.exe"
|
||||||
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
WriteRegStr HKCR "*\shell\rubick\command" "" '"$INSTDIR\rubick.exe" "search" "%1"'
|
||||||
!macroend
|
!macroend
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<key>CheckedForUserDefaultShell</key>
|
<key>CheckedForUserDefaultShell</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>inputMethod</key>
|
<key>inputMethod</key>
|
||||||
<integer>0</integer>
|
<integer>1</integer>
|
||||||
<key>shell</key>
|
<key>shell</key>
|
||||||
<string>/bin/bash</string>
|
<string>/bin/bash</string>
|
||||||
<key>source</key>
|
<key>source</key>
|
||||||
@ -169,8 +169,6 @@
|
|||||||
<string>4</string>
|
<string>4</string>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>conversionLabel</key>
|
|
||||||
<integer>0</integer>
|
|
||||||
<key>isViewVisible</key>
|
<key>isViewVisible</key>
|
||||||
<integer>1</integer>
|
<integer>1</integer>
|
||||||
<key>location</key>
|
<key>location</key>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user