mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-28 18:40:34 -05:00
remove version from electron build names (#3000)
* remove version from electron build names * note * fix
This commit is contained in:
@@ -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": {
|
||||
|
||||
6
upcoming-release-notes/3000.md
Normal file
6
upcoming-release-notes/3000.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Maintenance
|
||||
authors: [youngcw]
|
||||
---
|
||||
|
||||
Cleanup desktop app filenames to prep for download page
|
||||
Reference in New Issue
Block a user