An open API service indexing awesome lists of open source software.

https://github.com/llaske/sugarizer-electron

A script to build Electron package for Sugarizer on Linux, Snapcraft, MacOS and Windows
https://github.com/llaske/sugarizer-electron

electron linux macos snapcraft sugarizer windows

Last synced: 3 months ago
JSON representation

A script to build Electron package for Sugarizer on Linux, Snapcraft, MacOS and Windows

Awesome Lists containing this project

README

          

A script to build the package for Sugarizer on Linux (.deb, .AppImage), Snapcraft (.snap), MacOS (.dmg) or Window (.exe).

You're suppose to have in `../sugarizer` the Sugarizer repository.

To build, just launch:

./make_electron.sh [full]

Where:

* should be `linux`, `snap`, `mac` or `win`
* `full` is to avoid the minimize step (resulting files are bigger but build take less time)

At end, the `./dist` directory contain build result. A `./sugarizer` is created during build.