Update version to 1.3.1 and add update script to package.json

This commit is contained in:
MasterAcnolo
2025-12-19 14:15:37 +01:00
parent a0e00341e1
commit 97a63ab791
2 changed files with 125 additions and 90 deletions

View File

@@ -7,7 +7,8 @@
"main": "main.js",
"scripts": {
"start": "electron --trace-warnings .",
"dist": "electron-builder"
"dist": "electron-builder",
"update": "npm update"
},
"dependencies": {
"chalk": "^4.1.2",