NicolasConstant / sengi

Mastodon & Pleroma Multi-account Desktop Client
https://nicolasconstant.github.io/sengi/
GNU Affero General Public License v3.0
524 stars 34 forks source link

Desktop file for Linux AppImage has wrong version #568

Closed sid-the-sloth closed 1 year ago

sid-the-sloth commented 1 year ago

The sengi.desktop file inside the Linux Appimage version 1.2.0 shows wrong version:

[Desktop Entry]
Name=Sengi
Exec=AppRun --no-sandbox %U
Terminal=false
Type=Application
Icon=sengi
StartupWMClass=Sengi
X-AppImage-Version=1.1.5.1112
Comment=A multi-account desktop client for Mastodon and Pleroma
Categories=Network;

Should show: X-AppImage-Version=1.2.0.nnnn

NicolasConstant commented 1 year ago

Yes it's mostly due to the fact the Electron build is only a browser currently fetching the remote webapp and that I have a broken CICD pipeline currently, so I just reuse the 1.1.5 version (and it's also why I don't update the snap version).

When I'll have the CICD working it will be in sync again.