Browse Source

Revert "Update updater.exe for Windows"

This reverts commit 3309cb23af03dabc5b59e00920c184f8e64c5b10.
This created problems with updating on windows. We need to revert
for release and then revisit this later.
Tobias Hieta 9 years ago
parent
commit
53192cb022
1 changed files with 3 additions and 3 deletions
  1. 3 3
      CMakeModules/DependencyConfiguration.cmake

+ 3 - 3
CMakeModules/DependencyConfiguration.cmake

@@ -19,10 +19,10 @@ endif(DEPENDENCY_ROOT)
 
 find_package(Threads)
 
-# on windows we need to download the updater binary seperately - this is such a hack and needs to be fixed
+# on windows we need to download the updater binary seperately
 if(WIN32)
-  file(DOWNLOAD https://nightlies.plex.tv/directdl/plex-dependencies/konvergo-qt/updater-2015-10-19.exe ${CMAKE_BINARY_DIR}/updater.exe
+  file(DOWNLOAD https://nightlies.plex.tv/directdl/plex-dependencies/konvergo-qt/updater.exe ${CMAKE_BINARY_DIR}/updater.exe
        SHOW_PROGRESS
-       EXPECTED_HASH SHA1=dff5230da59bb23498157f02e4807b18c8dc78a4
+       EXPECTED_HASH SHA1=d3b4f70d6542fa42c8edd2b9b93fd0916bf20f07
        TLS_VERIFY OFF)
 endif(WIN32)