Skip to content

Commit

Permalink
Downgraded Electron to ~9.2.0 to prevent dock icon from appearing
Browse files Browse the repository at this point in the history
  • Loading branch information
KYDronePilot committed Dec 13, 2020
1 parent 8574e5e commit 17f8848
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"copy-webpack-plugin": "^6.0.3",
"cross-env": "^5.1.3",
"css-loader": "^2.1.1",
"electron": "^9.0.5",
"electron": "~9.2.0",
"electron-builder": "^22.8.0",
"electron-builder-notarize": "^1.2.0",
"eslint": "^6.5.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5001,10 +5001,10 @@ electron-updater@^4.3.4:
lodash.isequal "^4.5.0"
semver "^7.3.2"

electron@^9.0.5:
version "9.3.4"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.3.4.tgz#d62dd9f8abc93c009878714de9e60db030361a05"
integrity sha512-OHP8qMKgW8D8GtH+altB22WJw/lBOyyVdoz5e8D0/iPBmJU3Jm93vO4z4Eh/9DvdSXlH8bMHUCMLL9PVW6f+tw==
electron@~9.2.0:
version "9.2.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-9.2.1.tgz#54ef574e1af4ae967b5efa94312f1b6458d44a02"
integrity sha512-ZsetaQjXB8+9/EFW1FnfK4ukpkwXCxMEaiKiUZhZ0ZLFlLnFCpe0Bg4vdDf7e4boWGcnlgN1jAJpBw7w0eXuqA==
dependencies:
"@electron/get" "^1.0.1"
"@types/node" "^12.0.12"
Expand Down

0 comments on commit 17f8848

Please sign in to comment.