fix: rename Windows ZIPs and fix macOS manual update checks (#81)

This commit is contained in:
2026-05-24 23:47:02 -07:00
committed by GitHub
parent 10463e7348
commit 17d97f0b7e
11 changed files with 133 additions and 8 deletions
+6
View File
@@ -158,6 +158,7 @@
]
},
"mac": {
"artifactName": "SubMiner-${version}-mac.${ext}",
"target": [
"dmg",
"zip"
@@ -174,7 +175,11 @@
}
]
},
"dmg": {
"artifactName": "SubMiner-${version}.${ext}"
},
"win": {
"artifactName": "SubMiner-${version}-win.${ext}",
"target": [
"nsis",
"zip"
@@ -182,6 +187,7 @@
"icon": "assets/SubMiner.ico"
},
"nsis": {
"artifactName": "SubMiner-${version}.${ext}",
"oneClick": false,
"perMachine": false,
"allowToChangeInstallationDirectory": true,