fix: prevent race conditions on build (#2036)

* fix: prevent race conditions on build

* refactor: upload artifacts and keep for 1 day

* chore: remove deprecated settings

* Revert "refactor: icon compatibility with macos tahoe"

This reverts commit a7a78702b1.
This commit is contained in:
Carlos Valente
2026-03-25 11:03:41 +01:00
committed by GitHub
parent 7d469038bf
commit 224d3600b2
7 changed files with 312 additions and 314 deletions
+4 -3
View File
@@ -14,7 +14,7 @@
"main": "src/main.js",
"devDependencies": {
"electron": "38.2.1",
"electron-builder": "26.8.1",
"electron-builder": "26.0.18",
"wait-on": "^7.2.0"
},
"scripts": {
@@ -29,7 +29,8 @@
"appId": "no.lightdev.ontime",
"asar": true,
"dmg": {
"artifactName": "ontime-macOS-${arch}.dmg"
"artifactName": "ontime-macOS-${arch}.dmg",
"icon": "icon.icns"
},
"mac": {
"notarize": true,
@@ -45,7 +46,7 @@
]
},
"category": "public.app-category.productivity",
"icon": "ontime.icon"
"icon": "icon.icns"
},
"win": {
"target": "nsis"