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