update tracjer
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user