fix: artifactName 改用 ${version} 变量,避免打包出旧版本号文件

This commit is contained in:
thzxx
2026-06-10 13:20:49 +08:00
parent 23918b8223
commit 46d04108e0
+1 -1
View File
@@ -48,7 +48,7 @@
"requestedExecutionLevel": "asInvoker" "requestedExecutionLevel": "asInvoker"
}, },
"nsis": { "nsis": {
"artifactName": "Metona Ollama Setup v0.10.2.${ext}", "artifactName": "Metona Ollama Setup v${version}.${ext}",
"oneClick": false, "oneClick": false,
"allowToChangeInstallationDirectory": true, "allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true, "createDesktopShortcut": true,