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
-3
View File
@@ -105,9 +105,6 @@ export default defineConfig({
'@': path.resolve(__dirname, './src'),
},
},
esbuild: {
legalComments: 'none',
},
css: {
preprocessorOptions: {
scss: {
+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"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 170 KiB

@@ -1,62 +0,0 @@
{
"fill-specializations" : [
{
"value" : "system-dark"
},
{
"appearance" : "dark",
"value" : "system-dark"
}
],
"groups" : [
{
"layers" : [
{
"blend-mode-specializations" : [
{
"appearance" : "dark",
"value" : "normal"
}
],
"glass-specializations" : [
{
"value" : false
},
{
"appearance" : "dark",
"value" : false
},
{
"appearance" : "tinted",
"value" : false
}
],
"hidden" : false,
"image-name" : "ontime-icon.png",
"name" : "ontime-icon",
"position" : {
"scale" : 1,
"translation-in-points" : [
-0.5,
-113
]
}
}
],
"shadow" : {
"kind" : "neutral",
"opacity" : 0.5
},
"translucency" : {
"enabled" : true,
"value" : 0.5
}
}
],
"supported-platforms" : {
"circles" : [
"watchOS"
],
"squares" : "shared"
}
}