proton-native/docs/packaging.md
2018-05-04 18:01:31 -04:00

368 B

Packaging

Currently, through generous work of the electron-builder team, we have a packager for Mac and Linux with Windows support coming soon. create-proton-app exposes this functionality already.

To build your app: npm run build.

To bundle it: npm run dist.

For more advanced configuration, see the electron-builder docs