You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.
there is a new Electron project that unifies the bundling and Packaging of Electron.
It even includes the packaging for windows and MAC stores as well as he signing.
This project is using it, and they even have a systray that has a web ui. https://github.com/ipfs-shipyard/ipfs-station/blob/master/package.json#L58
See the Scripts:
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint ."
},
Looks like a nice API and tidyup they have done.
Me thinks it might be worth having a look to see what we can learn and refactor ?
The text was updated successfully, but these errors were encountered:
@gedw99 that's a great idea indeed! I'll take a look when I have time, and if anybody else want to make a quick summary of what we can improve, feel free to to do it :)
there is a new Electron project that unifies the bundling and Packaging of Electron.
It even includes the packaging for windows and MAC stores as well as he signing.
https://electronforge.io/
https://github.com/electron-userland/electron-forge
This project is using it, and they even have a systray that has a web ui.
https://github.com/ipfs-shipyard/ipfs-station/blob/master/package.json#L58
See the Scripts:
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "eslint ."
},
Looks like a nice API and tidyup they have done.
Me thinks it might be worth having a look to see what we can learn and refactor ?
The text was updated successfully, but these errors were encountered: