Skip to content
This repository has been archived by the owner on Sep 20, 2022. It is now read-only.

Commit

Permalink
fix(): try to fix linux icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Pong420 committed Jul 29, 2021
1 parent 7e59e3b commit 927867c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "google-tasks-desktop",
"version": "3.1.2",
"version": "3.1.3",
"scripts": {
"dev": "nf start",
"build": "yarn app:build && yarn electron:compile",
Expand Down Expand Up @@ -84,7 +84,7 @@
"deb",
"snap"
],
"icon": "./public/icon",
"icon": "./public/icon/512x512.png",
"desktop": {
"Type": "Application",
"Encoding": "UTF-8",
Expand Down Expand Up @@ -121,7 +121,7 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-co3mit": "lint-staged"
}
},
"lint-staged": {
Expand Down

0 comments on commit 927867c

Please sign in to comment.