gemlog/public/en/rolling-launcher-for-deltachat.gmi
2025-09-11 12:43:12 +03:00

33 lines
No EOL
511 B
Text

# Rolling launcher for DeltaChat
Solution includes auto-update from repository
Launch script
``` /path/to/deltachat.sh
cd /path/to/deltachat-desktop
git pull
npm run build
npx electron .
```
App menu
``` ~/.local/share/applications/delta-chat.desktop
[Desktop Entry]
Name=DeltaChat
Exec=/path/to/deltachat.sh
Terminal=false
Type=Application
```
Reset cache
``` bash
update-desktop-database ~/.local/share/applications
```
## Links
=> https://delta.chat
=> https://github.com/deltachat/deltachat-desktop