mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user