substrate-light-ui
substrate-light-ui copied to clipboard
Electron Packaging
trafficstars
To close this issue, we'd need to:
- [x] successfully run the electron-builder to generate a distributable
- [ ] run the executable from multiple different machines
- [ ] manually test that the features work on each machine
--
I've iceboxed this as we'd need to keep testing this as the project develops, so no point in doing it at this stage, though it's coming up.
What steps are required to close out this issue specifically?
Just tried yarn package, and got:
2019-04-16 18:14:08 Blocked connection to WebSockets server from untrusted origin: Some("file://")
@amaurymartiny I just tried it from the latest master and was able to package it and connect to my local node without a problem.
You're probably right, I just saw the PR from Tomek yesterday to disable CORS when running --dev, so it might be fixed