Mercurial > trustbridge
comparison ui/createinstallerdialog.cpp @ 853:08065bb5de7c
Merge
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Wed, 30 Jul 2014 17:36:45 +0200 |
parents | 637948e9e32d |
children | 45cf874221af |
comparison
equal
deleted
inserted
replaced
851:5a4fc27db446 | 853:08065bb5de7c |
---|---|
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 |