With this PR we make it possible to bundle harviewer as an electron app.
The electron app relies on the files built by the existing build scripts and adds just the necessary electron handler to display the existing build files in a native window.
In addition to electron, electron-forge can be used to package the app in a native packaging image (eg. deb or rpm).
With this PR we make it possible to bundle harviewer as an electron app.
The electron app relies on the files built by the existing build scripts and adds just the necessary electron handler to display the existing build files in a native window.
In addition to
electron
,electron-forge
can be used to package the app in a native packaging image (eg. deb or rpm).