mirror of https://github.com/keeweb/keeweb
fixed electron script
parent
0d126ae0d8
commit
012bc61f4a
|
@ -83,7 +83,7 @@
|
|||
"test": "grunt test",
|
||||
"postinstall": "cd desktop && npm install",
|
||||
"build-beta": "grunt --skip-sign --beta && sed 's/<html manifest=\"manifest.appcache\">//' 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": {
|
||||
|
|
Loading…
Reference in New Issue