1a309d9244
Changed the icon paths for macOS, Windows, and Linux builds to use the new Nebula-Favicon assets. This ensures each platform uses the appropriate icon format.
31 lines
675 B
JSON
31 lines
675 B
JSON
{
|
|
"name": "nebula",
|
|
"productName": "Nebula",
|
|
"version": "1.0.0",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"start": "electron .",
|
|
"dist": "electron-builder"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"devDependencies": {
|
|
"electron": "^37.2.4",
|
|
"electron-builder": "^23.0.0"
|
|
},
|
|
"build": {
|
|
"appId": "com.andrewzambazos.nebula",
|
|
"mac": {
|
|
"category": "public.app-category.productivity",
|
|
"icon": "assets/images/Logos/Nebula-Favicon.icns"
|
|
},
|
|
"win": {
|
|
"icon": "assets/images/Logos/Nebula-Favicon.ico"
|
|
},
|
|
"linux": {
|
|
"icon": "assets/images/Logos/Nebula-Favicon.png"
|
|
}
|
|
}
|
|
} |