Compare commits

..

2 Commits

Author SHA1 Message Date
Shantur Rathore
5e82fc4e5d Add repository and homepage metadata for electron build 2025-11-21 14:40:06 +00:00
Shantur Rathore
1b2c775348 Avoid duplicate icon in electron build resources 2025-11-21 14:31:43 +00:00

View File

@@ -8,6 +8,11 @@
},
"type": "module",
"main": "dist/main/main.js",
"repository": {
"type": "git",
"url": "https://github.com/NeuralNomadsAI/CodeNomad.git"
},
"homepage": "https://github.com/NeuralNomadsAI/CodeNomad",
"scripts": {
"dev": "electron-vite dev",
"dev:electron": "NODE_ENV=development ELECTRON_ENABLE_LOGGING=1 NODE_OPTIONS=\"--import tsx\" electron electron/main/main.ts",
@@ -59,7 +64,8 @@
"extraResources": [
{
"from": "electron/resources",
"to": ""
"to": "",
"filter": ["!icon.icns", "!icon.ico", "!icon.png"]
}
],
"mac": {