Skip to content

Commit

Permalink
try fix auto-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hybes committed Nov 25, 2024
1 parent 87a5276 commit fbaef54
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bump": "standard-version"
},
"build": {
"appId": "uk.cnnct.pairkiller",
"appId": "com.pairkiller.app",
"productName": "Pairkiller",
"directories": {
"output": "dist"
Expand All @@ -21,11 +21,16 @@
"target": "nsis",
"icon": "icon.png"
},
"publish": {
"nsis": {
"oneClick": true,
"perMachine": false
},
"publish": [{
"provider": "github",
"owner": "hybes",
"repo": "pairkiller"
}
"repo": "pairkiller",
"releaseType": "release"
}]
},
"keywords": [],
"author": "Ben Hybert",
Expand Down

0 comments on commit fbaef54

Please sign in to comment.