uber basic multi-profile support for electron app

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2017-05-26 09:48:32 +01:00
parent 5ccab395d7
commit 0fb6a305a3
2 changed files with 8 additions and 2 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
"description": "A feature-rich client for Matrix.org",
"author": "Vector Creations Ltd.",
"dependencies": {
"electron-window-state": "^4.1.0"
"electron-window-state": "^4.1.0",
"minimist": "^1.2.0"
}
}