From a26a03e948d6abb604dac49758cc36bb7ecd5323 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Fri, 22 Sep 2023 17:44:28 +0800 Subject: [PATCH 1/2] =?UTF-8?q?:bug:=20fix=20macos=20=E5=8F=B3=E5=87=BB?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E6=89=93=E5=BC=80rubick=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/installer.nsh | 4 ++-- public/rubick.workflow/Contents/document.wflow | 4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/public/installer.nsh b/public/installer.nsh index 2a19881..53a2b41 100644 --- a/public/installer.nsh +++ b/public/installer.nsh @@ -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 diff --git a/public/rubick.workflow/Contents/document.wflow b/public/rubick.workflow/Contents/document.wflow index 5478453..bc462f6 100644 --- a/public/rubick.workflow/Contents/document.wflow +++ b/public/rubick.workflow/Contents/document.wflow @@ -63,7 +63,7 @@ CheckedForUserDefaultShell inputMethod - 0 + 1 shell /bin/bash source @@ -169,8 +169,6 @@ 4 - conversionLabel - 0 isViewVisible 1 location From d1ce6a307d2f66103d65477a56b46937ec9e50b0 Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Fri, 22 Sep 2023 17:44:56 +0800 Subject: [PATCH 2/2] :bookmark: release v3.2.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index da443a3..3c41f54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "3.2.2", + "version": "3.2.3", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": {