From 6c3b84b4482ba83643b52a00ba4f7e2d69654bb2 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 17 Sep 2018 09:38:59 +0200 Subject: [PATCH] Revert MSI URLs from HTTPS to HTTP Updater doesn't handle HTTPS. Yet. --- Makefile | 2 +- ZRColaInstall/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index eff18d6..61da70d 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ Publish :: "MSI\MSIBuild\Version\Version.mak" !INCLUDE "include\MSIBuildCfg.mak" PUBLISH_PACKAGE_DIR=$(PUBLISH_DIR)\$(MSIBUILD_VERSION_STR) -PUBLISH_PACKAGE_URL=https://www.amebis.si/prenos/ZRCola/$(MSIBUILD_VERSION_STR) +PUBLISH_PACKAGE_URL=http://www.amebis.si/prenos/ZRCola/$(MSIBUILD_VERSION_STR) ###################################################################### # Main targets diff --git a/ZRColaInstall/main.cpp b/ZRColaInstall/main.cpp index 9d9f9ad..eb5bac4 100644 --- a/ZRColaInstall/main.cpp +++ b/ZRColaInstall/main.cpp @@ -79,7 +79,7 @@ extern "C" void WinMainCRTStartup() }; FormatMessage( FORMAT_MESSAGE_ALLOCATE_BUFFER | FORMAT_MESSAGE_ARGUMENT_ARRAY | FORMAT_MESSAGE_FROM_STRING, - TEXT("/i \"https://www.amebis.si/prenos/ZRCola/_latest/ZRCola%1%2.msi\" /l* \"%3ZRCola%1%2.log\""), + TEXT("/i \"http://www.amebis.si/prenos/ZRCola/_latest/ZRCola%1%2.msi\" /l* \"%3ZRCola%1%2.log\""), 0, 0, (LPTSTR)&pszParams,