web: point the downloads at desktop 1.0.0
CodeQL Analysis / Analyze CodeQL (push) Canceled after 0s
Deploy Application / deploy (push) Canceled after 0s
Mirror to Codeberg / mirror (push) Canceled after 0s
Mirror to PrivacyGuides / mirror (push) Canceled after 0s

1.0.0 is the first release whose artifacts all carry updater signatures, so
Windows and Linux are offered updates for the first time.
This commit is contained in:
SecureBitChatVolodymyr
2026-09-01 23:29:45 -04:00
parent 6ea6e26c6c
commit 8d7b41b5fd
+1 -1
View File
@@ -5,7 +5,7 @@
// The tag is pinned rather than using /releases/latest/download/: the filenames
// carry the version, so a `latest` link 404s the moment a newer release exists,
// whereas a pinned tag keeps serving a working (if older) installer.
const DESKTOP_VERSION = '0.5.0';
const DESKTOP_VERSION = '1.0.0';
const DESKTOP_RELEASE = `https://github.com/SecureBitChat/securebit-desktop/releases/download/v${DESKTOP_VERSION}`;
const DownloadApps = () => {