Trying to make things work

This commit is contained in:
Andrew Morgan
2019-02-21 19:29:09 +00:00
parent 6e71fa5902
commit 65a501ff2b
3 changed files with 212 additions and 364 deletions

View File

@@ -8,14 +8,14 @@
"dependencies": {
"auto-launch": "^5.0.1",
"electron-window-state": "^4.1.0",
"iohook": "^0.2.4",
"iohook": "^0.3.1",
"minimist": "^1.2.0",
"png-to-ico": "^1.0.2"
},
"iohook": {
"targets": [
"node-64",
"electron-64"
"electron-69"
],
"platforms": [
"win32",
@@ -29,6 +29,6 @@
},
"cmake-js": {
"runtime": "electron",
"runtimeVersion": "3.0.5"
"runtimeVersion": "4.0.4"
}
}