Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dumbasPL committed Apr 2, 2021
1 parent 4e7b274 commit f88e7c0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "csgo-checker",
"version": "0.1.4",
"version": "0.1.5",
"description": "csgo-checker",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder --win"
"build": "electron-builder --win",
"publish": "electron-builder --win --publish always"
},
"author": "dumbasPL",
"license": "GPL-3.0-or-later",
Expand All @@ -24,7 +25,7 @@
"appId": "cc.nezu.csgochecker",
"productName": "CSGO account checker",
"win": {
"artifactName": "CSGO Checker - installer.${ext}",
"artifactName": "CSGO Checker installer.${ext}",
"target": [
"nsis"
]
Expand Down

0 comments on commit f88e7c0

Please sign in to comment.