chore(branding): rinomina il progetto in CadRoute

This commit is contained in:
2026-03-16 10:31:59 +01:00
parent d529e34249
commit a58a3c438c
4 changed files with 15 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "progetto",
"name": "cadroute",
"version": "1.0.0",
"description": "CAD File Router MVP",
"description": "CadRoute MVP",
"main": "main.js",
"scripts": {
"dev": "env -u ELECTRON_RUN_AS_NODE electron .",
@@ -12,7 +12,8 @@
"author": "",
"license": "ISC",
"build": {
"appId": "com.cad.router",
"appId": "com.cadroute",
"productName": "CadRoute",
"win": {
"target": "nsis"
}