diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/updater.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/updater.c b/src/updater.c index 706de31d..0e813231 100644 --- a/src/updater.c +++ b/src/updater.c | |||
@@ -67,6 +67,9 @@ static const char *signaturePublicKeyPem_ = | |||
67 | void init_Updater(void) { | 67 | void init_Updater(void) { |
68 | win_sparkle_set_appcast_url("https://etc.skyjake.fi/lagrange/appcast-windows.xml"); | 68 | win_sparkle_set_appcast_url("https://etc.skyjake.fi/lagrange/appcast-windows.xml"); |
69 | win_sparkle_set_dsa_pub_pem(signaturePublicKeyPem_); | 69 | win_sparkle_set_dsa_pub_pem(signaturePublicKeyPem_); |
70 | win_sparkle_set_app_details(L"Jaakko Keränen", | ||
71 | L"Lagrange", | ||
72 | L"" LAGRANGE_APP_VERSION); | ||
70 | win_sparkle_init(); | 73 | win_sparkle_init(); |
71 | } | 74 | } |
72 | 75 | ||