These aren't the droids you're looking for...
Runs on:
- macOS 10.12+
- Windows 7+
- Ubuntu 14.04
Install electron globally
npm install electron -g
Run
electron .
Compiling instructions for macOS 10.12+
Install electron-packager globally
npm install electron-packager -g
Run
./build-app.sh
1. Install/update XCode to the latest version (takes a while).
2. Install Homebrew
3. Install wine (takes a while)
brew install wine
4. Run
./build-app.sh win32
./build-app.sh linux