package.json aktualisiert

This commit is contained in:
2025-09-26 05:44:22 +00:00
parent 8949d056d6
commit 4a79fa80ba

View File

@@ -1,6 +1,6 @@
{ {
"name": "zir-viewer", "name": "zir-viewer",
"version": "1.0.1", "version": "1.0.2",
"description": "ZIR - Virtueller ZPL Live-Preview", "description": "ZIR - Virtueller ZPL Live-Preview",
"author": "Viper", "author": "Viper",
"main": "main.js", "main": "main.js",
@@ -19,16 +19,23 @@
"build": { "build": {
"appId": "com.viper.zirviewer", "appId": "com.viper.zirviewer",
"productName": "ZIR Viewer", "productName": "ZIR Viewer",
"asar": true,
"directories": { "directories": {
"output": "dist" "output": "dist"
}, },
"files": [ "files": [
"**/*" "**/*",
"!node_modules/.cache",
"!dist/*",
"!*.log"
], ],
"win": { "win": {
"target": [ "target": [
"portable" "portable"
] ],
"icon": "assets/icon.ico",
"publisherName": "Viper",
"artifactName": "ZIR-Viewer-${version}.exe"
} }
} }
} }