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
- Host: GitHub
- URL: https://github.com/llaske/sugarizer-electron
- Owner: llaske
- License: apache-2.0
- Created: 2020-04-21T19:38:03.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-02-27T20:08:31.000Z (over 1 year ago)
- Last Synced: 2025-12-26T18:53:26.942Z (6 months ago)
- Topics: electron, linux, macos, snapcraft, sugarizer, windows
- Language: HTML
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.