remove version from electron build names (#3000)

* remove version from electron build names

* note

* fix
This commit is contained in:
youngcw
2024-07-07 14:54:14 -07:00
committed by GitHub
parent f129b07dc9
commit cbbbaf65cf
2 changed files with 10 additions and 2 deletions

View File

@@ -35,6 +35,7 @@
"icon": "icons/icon.icns",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"artifactName": "${productName}-mac.${ext}",
"notarize": {
"teamId": "79ANZ983YF"
}
@@ -44,7 +45,7 @@
"flatpak",
"AppImage"
],
"artifactName": "${productName}-${version}-${arch}.${ext}"
"artifactName": "${productName}-linux.${ext}"
},
"flatpak": {
"runtimeVersion": "23.08",
@@ -52,7 +53,8 @@
},
"win": {
"target": "nsis",
"icon": "icons/icon.ico"
"icon": "icons/icon.ico",
"artifactName": "${productName}-windows.${ext}"
}
},
"dependencies": {

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [youngcw]
---
Cleanup desktop app filenames to prep for download page