chore: update package.json to enhance build configuration

- Added `artifactName` template for output files.
- Set `executableName` for the application to improve clarity in the build process.
This commit is contained in:
Cody Seibert
2025-12-11 22:59:29 -05:00
parent 28cc1400e9
commit 2c4a977b4a

View File

@@ -78,6 +78,7 @@
"build": { "build": {
"appId": "com.automaker.app", "appId": "com.automaker.app",
"productName": "Automaker", "productName": "Automaker",
"artifactName": "${productName}-${version}-${arch}.${ext}",
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },
@@ -145,7 +146,8 @@
], ],
"category": "Development", "category": "Development",
"icon": "public/logo_larger.png", "icon": "public/logo_larger.png",
"maintainer": "webdevcody@gmail.com" "maintainer": "webdevcody@gmail.com",
"executableName": "automaker"
}, },
"nsis": { "nsis": {
"oneClick": false, "oneClick": false,