package.json aktualisiert
This commit is contained in:
13
package.json
13
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "zir-viewer",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "ZIR - Virtueller ZPL Live-Preview",
|
||||
"author": "Viper",
|
||||
"main": "main.js",
|
||||
@@ -19,16 +19,23 @@
|
||||
"build": {
|
||||
"appId": "com.viper.zirviewer",
|
||||
"productName": "ZIR Viewer",
|
||||
"asar": true,
|
||||
"directories": {
|
||||
"output": "dist"
|
||||
},
|
||||
"files": [
|
||||
"**/*"
|
||||
"**/*",
|
||||
"!node_modules/.cache",
|
||||
"!dist/*",
|
||||
"!*.log"
|
||||
],
|
||||
"win": {
|
||||
"target": [
|
||||
"portable"
|
||||
]
|
||||
],
|
||||
"icon": "assets/icon.ico",
|
||||
"publisherName": "Viper",
|
||||
"artifactName": "ZIR-Viewer-${version}.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user