diff --git a/package.json b/package.json index 29cd05b..6c4e953 100644 --- a/package.json +++ b/package.json @@ -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", @@ -84,7 +84,7 @@ "deb", "snap" ], - "icon": "./public/icon", + "icon": "./public/icon/512x512.png", "desktop": { "Type": "Application", "Encoding": "UTF-8", @@ -121,7 +121,7 @@ }, "husky": { "hooks": { - "pre-commit": "lint-staged" + "pre-co3mit": "lint-staged" } }, "lint-staged": {