An open API service indexing awesome lists of open source software.

https://github.com/nerimity/nerimity-desktop

Electron desktop app for Nerimity
https://github.com/nerimity/nerimity-desktop

electron electronjs realtime socket-io solid-js solidjs

Last synced: 6 months ago
JSON representation

Electron desktop app for Nerimity

Awesome Lists containing this project

README

          

# Nerimity Desktop

### Releasing

When you want to create a new release, follow these steps:

1. Update the version in your project's `package.json` file (e.g. `1.6.7`)
2. Commit that change (`git commit -am v1.6.7`)
3. Tag your commit (`git tag v1.6.7`).
4. Push your changes to GitHub (`git push && git push --tags`)

After building successfully, the action will publish your release artifacts. By default, a new release draft will be created on GitHub with download links for your app. If you want to change this behavior, have a look at the [`electron-builder` docs](https://www.electron.build).

https://github.com/samuelmeuli/action-electron-builder