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
- Host: GitHub
- URL: https://github.com/nerimity/nerimity-desktop
- Owner: Nerimity
- Created: 2023-06-24T18:53:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-23T08:23:49.000Z (6 months ago)
- Last Synced: 2025-07-23T10:25:02.310Z (6 months ago)
- Topics: electron, electronjs, realtime, socket-io, solid-js, solidjs
- Language: JavaScript
- Homepage: https://nerimity.com
- Size: 479 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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