Skip to content

Commit 2c4a977

Browse files
committed
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.
1 parent 28cc140 commit 2c4a977

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

apps/app/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@
7878
"build": {
7979
"appId": "com.automaker.app",
8080
"productName": "Automaker",
81+
"artifactName": "${productName}-${version}-${arch}.${ext}",
8182
"directories": {
8283
"output": "dist"
8384
},
@@ -145,7 +146,8 @@
145146
],
146147
"category": "Development",
147148
"icon": "public/logo_larger.png",
148-
"maintainer": "webdevcody@gmail.com"
149+
"maintainer": "webdevcody@gmail.com",
150+
"executableName": "automaker"
149151
},
150152
"nsis": {
151153
"oneClick": false,

0 commit comments

Comments
 (0)