Skip to content
Snippets Groups Projects
Unverified Commit cbbbaf65 authored by youngcw's avatar youngcw Committed by GitHub
Browse files

remove version from electron build names (#3000)

* remove version from electron build names

* note

* fix
parent f129b07d
No related branches found
No related tags found
No related merge requests found
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
"icon": "icons/icon.icns", "icon": "icons/icon.icns",
"hardenedRuntime": true, "hardenedRuntime": true,
"gatekeeperAssess": false, "gatekeeperAssess": false,
"artifactName": "${productName}-mac.${ext}",
"notarize": { "notarize": {
"teamId": "79ANZ983YF" "teamId": "79ANZ983YF"
} }
...@@ -44,7 +45,7 @@ ...@@ -44,7 +45,7 @@
"flatpak", "flatpak",
"AppImage" "AppImage"
], ],
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-linux.${ext}"
}, },
"flatpak": { "flatpak": {
"runtimeVersion": "23.08", "runtimeVersion": "23.08",
...@@ -52,7 +53,8 @@ ...@@ -52,7 +53,8 @@
}, },
"win": { "win": {
"target": "nsis", "target": "nsis",
"icon": "icons/icon.ico" "icon": "icons/icon.ico",
"artifactName": "${productName}-windows.${ext}"
} }
}, },
"dependencies": { "dependencies": {
......
---
category: Maintenance
authors: [youngcw]
---
Cleanup desktop app filenames to prep for download page
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment