diff options
| author | saturneric <[email protected]> | 2025-11-10 12:56:50 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-10 12:56:50 +0000 |
| commit | 9c979137c10c4ebcbce8ee619eb5cea4c7bbcd53 (patch) | |
| tree | c4d79f0858f93b04720692fea9f769e7a1d080eb | |
| parent | refactor(pinentry): remove bundled `m_pinentry` module (diff) | |
| download | modules-9c979137c10c4ebcbce8ee619eb5cea4c7bbcd53.tar.gz modules-9c979137c10c4ebcbce8ee619eb5cea4c7bbcd53.zip | |
* Change git URLs to use lowercase paths for consistency and
compatibility with server routing.
* Ensures correct fetching of release data for version checks.
| -rw-r--r-- | src/m_ver_check/BKTUSVersionCheckTask.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/m_ver_check/BKTUSVersionCheckTask.cpp b/src/m_ver_check/BKTUSVersionCheckTask.cpp index 782531f..e13a6c0 100644 --- a/src/m_ver_check/BKTUSVersionCheckTask.cpp +++ b/src/m_ver_check/BKTUSVersionCheckTask.cpp @@ -61,9 +61,9 @@ auto BKTUSVersionCheckTask::Run() -> int { QList<QUrl> urls = { {"https://ftp.bktus.com/GpgFrontend/appcast.xml"}, - {"https://git.bktus.com/GpgFrontend/GpgFrontend/atom/?h=" + + {"https://git.bktus.com/gpgfrontend/gpgfrontend/atom/?h=" + current_version_}, - {"https://git.bktus.com/GpgFrontend/GpgFrontend/atom/?h=" + + {"https://git.bktus.com/gpgfrontend/gpgfrontend/atom/?h=" + meta_.local_commit_hash}, }; |
