Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RedSparr0w committed Dec 31, 2022
1 parent bf9f9ff commit f8705ba
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pokeclicker-desktop",
"version": "1.1.0",
"version": "1.2.0",
"description": "PokeClicker Desktop",
"repository": {
"type": "git",
Expand All @@ -9,9 +9,8 @@
"main": "src/main.js",
"scripts": {
"start": "electron ./",
"restore-src": "git restore --source=HEAD --staged --worktree -- src/pokeclicker-master && git clean -x -f -- src/pokeclicker-master",
"dist:32": "npm run restore-src && electron-builder --ia32",
"dist:64": "npm run restore-src && electron-builder --x64 -c.artifactName=${productName}-64bit-setup-${version}.${ext}",
"dist:32": "electron-builder --ia32",
"dist:64": "electron-builder --x64 -c.artifactName=${productName}-64bit-setup-${version}.${ext}",
"win": "electron-builder --windows portable",
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down Expand Up @@ -40,7 +39,8 @@
},
"linux": {
"category": "Game",
"icon": "icon_512x512.png"
"icon": "icon_512x512.png",
"target": "deb"
},
"deb": {},
"appId": "pokeclicker.desktop"
Expand Down
Binary file added src/icon_512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8705ba

Please sign in to comment.