This project is an electron builder/packager for (kiwiirc)[https://github.com/kiwiirc/kiwiirc]
Before you can build or start to develop on Kiwi IRC Desktop, make sure to have the following installed on your system:
see multi-platform-build for more info
These tasks are required first for both development and production builds
$ git clone https://github.com/kiwiirc/kiwiirc-desktop.git
$ cd kiwiirc-desktop
$ yarn
$ yarn dev
$ yarn build
First ensure that kiwiirc is built using:
$ yarn build:kiwi
To build with custom switches use build:dist
for more info see cli commands
$ yarn build:dist --dir --x64
Install Xcode from the app store and the following packages.
Homebrew see https://brew.sh/
$ brew install nodejs yarn rpm gnu-tar
yarn build:dist --dir -c.mac.identity=null
yarn build:dist --mac --linux --win