This repository was archived by the owner on Apr 4, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.30 )
2- project (QontrolPanel VERSION 1.9.5 LANGUAGES C CXX )
2+ project (QontrolPanel VERSION 1.9.6 LANGUAGES C CXX )
33
44set (CMAKE_INSTALL_PREFIX "${CMAKE_BINARY_DIR } /install" CACHE PATH "Installation directory" FORCE )
55set (CMAKE_CXX_STANDARD 20)
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ void SoundPanelBridge::downloadLatestTranslations()
308308 m_failedDownloads = 0 ;
309309
310310 QStringList languageCodes = getLanguageCodes ();
311- QString baseUrl = " https://github.com/floraaubry /QontrolPanel/raw/refs/heads/main/i18n/compiled/QontrolPanel_%1.qm" ;
311+ QString baseUrl = " https://github.com/Odizinne /QontrolPanel/raw/refs/heads/main/i18n/compiled/QontrolPanel_%1.qm" ;
312312
313313 m_totalDownloads = languageCodes.size ();
314314 emit translationDownloadStarted ();
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ void Updater::checkForUpdates()
5151 // Clear previous release notes
5252 setReleaseNotes (" " );
5353
54- QString urlString = " https://api.github.com/repos/floraaubry /QontrolPanel/releases/latest" ;
54+ QString urlString = " https://api.github.com/repos/Odizinne /QontrolPanel/releases/latest" ;
5555 QUrl url{urlString};
5656 QNetworkRequest request{url};
5757 request.setHeader (QNetworkRequest::UserAgentHeader, " QontrolPanel-Updater" );
You can’t perform that action at this time.
0 commit comments