comparison ui/downloader.cpp @ 1387:c64b6c56ce96 0.9.8

(issue95) Change keys for release build. Fix release build usage.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 15 Jan 2015 16:46:36 +0100
parents a1e990947172
children
comparison
equal deleted inserted replaced
1386:90a8eb36e9b0 1387:c64b6c56ce96
6 * See LICENSE.txt for details. 6 * See LICENSE.txt for details.
7 */ 7 */
8 #include "downloader.h" 8 #include "downloader.h"
9 9
10 #ifndef DOWNLOAD_SERVER 10 #ifndef DOWNLOAD_SERVER
11 #define DOWNLOAD_SERVER "https://tb-devel.intevation.de" 11 #define DOWNLOAD_SERVER "https://updates.trustbridge.de"
12 #endif 12 #endif
13 13
14 #include <QFile> 14 #include <QFile>
15 #include <QDir> 15 #include <QDir>
16 #include <QDebug> 16 #include <QDebug>

http://wald.intevation.org/projects/trustbridge/