From 012bc61f4a8f6a9467845dc5b1f961904c338f05 Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 17 Aug 2019 13:17:54 +0200 Subject: [PATCH] fixed electron script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c552b043..9a1e7a17 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "test": "grunt test", "postinstall": "cd desktop && npm install", "build-beta": "grunt --skip-sign --beta && sed 's///' dist/index.html > ../keeweb-beta/index.html && cd ../keeweb-beta && git add index.html && git commit -a -m 'beta' && git push origin master", - "electron": "ELECTRON_DISABLE_SECURITY_WARNINGS=1 electron desktop --htmlpath=http://localhost:8085/tmp/", + "electron": "ELECTRON_DISABLE_SECURITY_WARNINGS=1 electron desktop --htmlpath=http://localhost:8085", "dev": "grunt dev --skip-sign" }, "author": {