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",
"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"
}
}
}