electron-python-example icon indicating copy to clipboard operation
electron-python-example copied to clipboard

Modernized javascript & added packaging script

Open hokiedsp opened this issue 5 years ago • 0 comments

This PR addresses a few different things:

  • Made renderer.js to run independent of node.js (disabling nodeIntegration) by placing the instance of zerorpc.Client as global window.zerorpcClient variable during preloading period)
  • Updated all the dependencies to the current versions
  • Added packaging Windows batch file per https://medium.com/@abulka/electron-python-4e8c807bfa5e

hokiedsp avatar Sep 25 '19 03:09 hokiedsp