feat: add application icons to main window and build configuration
This commit is contained in:
+4
-2
@@ -37,11 +37,13 @@
|
||||
"!node_modules/**"
|
||||
],
|
||||
"win": {
|
||||
"target": "nsis"
|
||||
"target": "nsis",
|
||||
"icon": "build/icon.ico"
|
||||
},
|
||||
"mac": {
|
||||
"target": "dmg",
|
||||
"category": "public.app-category.graphics-design"
|
||||
"category": "public.app-category.graphics-design",
|
||||
"icon": "build/icon.png"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user