From 8d5d2841ee1cc7d58af3cb15fb7c76f286a6229c Mon Sep 17 00:00:00 2001 From: farion1231 Date: Fri, 8 Aug 2025 15:43:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 3e44da6..31149af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cc-switch", - "version": "1.0.8", + "version": "2.0.0", "description": "Claude Code 供应商切换工具", "main": "dist/main/index.js", "scripts": { @@ -46,6 +46,10 @@ "dist/**/*", "node_modules/**/*" ], + "nsis": { + "oneClick": false, + "allowToChangeInstallationDirectory": true + }, "mac": { "category": "public.app-category.developer-tools", "icon": "build/icon.icns",