mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
344 B
344 B
Packaging
Currently, through generous work of the electron-builder team, we have a packager for Mac, Linux and Windows.
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