From 139a020cac8649c6bcc8694c586f4b6b8c87ffc1 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 fba3946..39fc14c 100644 --- a/Makefile +++ b/Makefile @@ -158,7 +158,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 6fb23c0..b71cd3d 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,