update tracjer

This commit is contained in:
2026-01-21 23:29:52 +07:00
parent 9f79daf796
commit 765da3c37f
7 changed files with 64 additions and 37 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "game-marathon-tracker",
"version": "1.0.0",
"version": "1.0.1",
"description": "Desktop app for tracking game time in Game Marathon",
"main": "dist/main/main/index.js",
"author": "Game Marathon",
@@ -54,13 +54,20 @@
"output": "release"
},
"files": [
"dist/**/*",
"resources/**/*"
"dist/**/*"
],
"extraResources": [
{
"from": "resources",
"to": "resources"
}
],
"win": {
"target": [
"nsis",
"portable"
{
"target": "nsis",
"arch": ["x64"]
}
],
"icon": "resources/icon.ico",
"signAndEditExecutable": false
@@ -69,7 +76,9 @@
"oneClick": false,
"allowToChangeInstallationDirectory": true,
"createDesktopShortcut": true,
"createStartMenuShortcut": true
"createStartMenuShortcut": true,
"runAfterFinish": false,
"artifactName": "Game-Marathon-Tracker-Setup-${version}.${ext}"
},
"publish": {
"provider": "github",