Skip to content

Commit

Permalink
Modify URLs and logo to LE-AML releases
Browse files Browse the repository at this point in the history
  • Loading branch information
dtechsrv committed Jul 9, 2022
1 parent 1bb47dc commit 5c23273
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions creator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
// force update notification dialog
//#define FORCE_UPDATE_NOTIFICATION "1.3"

const QString Creator::releasesUrl = "http://releases.libreelec.tv/";
const QString Creator::releasesUrl = "http://libreelec.dtech.hu/";
const QString Creator::versionUrl = releasesUrl + "creator_version";
const QString Creator::helpUrl = "https://wiki.libreelec.tv/index.php?title=LibreELEC_USB-SD_Creator";
const QString Creator::helpUrl = "http://libreelec.dtech.hu/";
const int Creator::timerValue = 1500; // msec

Creator::Creator(Privileges &privilegesArg, QWidget *parent) :
Expand Down
Binary file modified header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ int main(int argc, char *argv[])
qDebug() << "App data: Version:" << BUILD_VERSION ", Build date: " BUILD_DATE;

if (app.arguments().contains("--no-proxy") == false) {
QNetworkProxyQuery npq(QUrl("http://releases.libreelec.tv/"));
QNetworkProxyQuery npq(QUrl("http://libreelec.dtech.hu/"));
QList<QNetworkProxy> listOfProxies = QNetworkProxyFactory::systemProxyForQuery(npq);
if (listOfProxies.size()) {
QNetworkProxy::setApplicationProxy(listOfProxies[0]);
Expand Down
4 changes: 2 additions & 2 deletions windows_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rem # You should have received a copy of the GNU General Public License
rem # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
rem ################################################################################

set PATH=c:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%

del release\LibreELEC.USB-SD.Creator.Win32.exe > nul 2>&1

Expand Down
4 changes: 2 additions & 2 deletions windows_clean.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rem # You should have received a copy of the GNU General Public License
rem # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
rem ################################################################################

set PATH=c:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%

if exist Makefile (
mingw32-make distclean
Expand Down
6 changes: 3 additions & 3 deletions windows_prepare_lang.bat
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ rem ############################################################################

Setlocal EnableDelayedExpansion

set PATH=c:\Qt\Qt5.6.1\5.6\mingw49_32\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\5.6\mingw49_32\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1-static\bin;%PATH%

echo.
echo ====================================================================
Expand Down
6 changes: 3 additions & 3 deletions windows_qtcreator.bat
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ rem # You should have received a copy of the GNU General Public License
rem # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
rem ################################################################################

set PATH=c:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=c:\Qt\Qt5.6.1\Tools\QtCreator\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1-static\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\Tools\mingw492_32\bin;%PATH%
set PATH=d:\Qt\Qt5.6.1\Tools\QtCreator\bin;%PATH%

start qtcreator.exe creator.pro

0 comments on commit 5c23273

Please sign in to comment.