From 46d04108e0d40ef1e6db25a74c1589ccbb51996d Mon Sep 17 00:00:00 2001 From: thzxx Date: Wed, 10 Jun 2026 13:20:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20artifactName=20=E6=94=B9=E7=94=A8=20${ve?= =?UTF-8?q?rsion}=20=E5=8F=98=E9=87=8F=EF=BC=8C=E9=81=BF=E5=85=8D=E6=89=93?= =?UTF-8?q?=E5=8C=85=E5=87=BA=E6=97=A7=E7=89=88=E6=9C=AC=E5=8F=B7=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0bb0e9a..925241a 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "requestedExecutionLevel": "asInvoker" }, "nsis": { - "artifactName": "Metona Ollama Setup v0.10.2.${ext}", + "artifactName": "Metona Ollama Setup v${version}.${ext}", "oneClick": false, "allowToChangeInstallationDirectory": true, "createDesktopShortcut": true,