mirror of
https://github.com/rubickCenter/rubick
synced 2025-07-19 22:31:26 +08:00
commit
0cbbe3525e
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rubick",
|
||||
"version": "3.2.2",
|
||||
"version": "3.2.3",
|
||||
"author": "muwoo <2424880409@qq.com>",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
@ -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