Mercurial > trustbridge
comparison ui/createinstallerdialog.cpp @ 852:637948e9e32d
(issue61) Change temporary link into wald from https to http
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 17:31:26 +0200 |
parents | 60d3f59f0803 |
children | 45cf874221af |
comparison
equal
deleted
inserted
replaced
849:57b32e354e86 | 852:637948e9e32d |
---|---|
29 /* Static information used in codesigning */ | 29 /* Static information used in codesigning */ |
30 #ifndef SIGN_HASH | 30 #ifndef SIGN_HASH |
31 #define SIGN_HASH "sha256" | 31 #define SIGN_HASH "sha256" |
32 #endif | 32 #endif |
33 #ifndef SIGN_URL | 33 #ifndef SIGN_URL |
34 #define SIGN_URL "https://wald.intevation.org/projects/trustbridge/" | 34 #define SIGN_URL "http://wald.intevation.org/projects/trustbridge/" |
35 #endif | 35 #endif |
36 #ifndef SIGN_PUBLISHER | 36 #ifndef SIGN_PUBLISHER |
37 #define SIGN_PUBLISHER "TrustBridge Test with ümlaut" | 37 #define SIGN_PUBLISHER "TrustBridge Test with ümlaut" |
38 #endif | 38 #endif |
39 | 39 |