TODO
- node (8.4+)
- npm
- electron-forge
How to create a build for distribution
The package
script uses electron-forge
to create a build
Note: Remember to bump the version using SemVer in package.json
and run npm install
in your commits prior to reaching this stage.
$ npm run package
- This will build and package a new executable into
out/Logtail-TARGET-ARCH
- Zip this up using the naming convention
Logtail-SEMVER-TARGET-ARCH.zip
- eg:
LogTail-1.2.0-darwin-x64.zip
orLogTail-1.1.1-win32-x64.zip
- eg:
- Create a new release in Github and attach the new build archives