An (unofficial) native MacOS App for {APPNAME}.
brew tap aubreypwd/homebrew-cask
brew update
brew cask install {SLUG}
brew update
brew upgrade {SLUG}
Or download the .dmg
in releases and install per usual.
Note, you will have to Right-click on the {APPNAME} to open for the first time.
- Clone repo
npm install
npm run build
npm run build
will built the application to build/
and npm run dist
to generate a .dmg
in dist/
for distribution and installation.