Merge pull request #4183 from vector-im/t3chguy/electron_logo_windows_weirdness

to make the windows volume mixer not explode as it can't resize icons.
This commit is contained in:
Matthew Hodgson
2017-06-04 22:58:17 +01:00
committed by GitHub
2 changed files with 16 additions and 3 deletions
+3 -2
View File
@@ -6,8 +6,9 @@
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0",
"auto-launch": "^5.0.1",
"minimist": "^1.2.0"
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
}
}