diff --git a/MSI/MSICA b/MSI/MSICA index 4431ee3..b90f3d7 160000 --- a/MSI/MSICA +++ b/MSI/MSICA @@ -1 +1 @@ -Subproject commit 4431ee3a6d52c6814e0d680dbaf21c775f2f9db8 +Subproject commit b90f3d76971a044c2318f2bd9605ab8194028438 diff --git a/Makefile b/Makefile index df92178..74e0f82 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ Publish :: "MSI\MSIBuild\Version\Version.mak" !INCLUDE "include\MSIBuildCfg.mak" PUBLISH_PACKAGE_DIR=$(PUBLISH_DIR)\$(MSIBUILD_VERSION_STR) -PUBLISH_PACKAGE_URL=http://www.amebis.si/prenos/ZRCola/$(MSIBUILD_VERSION_STR) +PUBLISH_PACKAGE_URL=https://www.amebis.si/prenos/ZRCola/$(MSIBUILD_VERSION_STR) ###################################################################### # Main targets diff --git a/ZRColaInstall/main.cpp b/ZRColaInstall/main.cpp index b71cd3d..6fb23c0 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 \"http://www.amebis.si/prenos/ZRCola/_latest/ZRCola%1%2.msi\" /l* \"%3ZRCola%1%2.log\""), + TEXT("/i \"https://www.amebis.si/prenos/ZRCola/_latest/ZRCola%1%2.msi\" /l* \"%3ZRCola%1%2.log\""), 0, 0, (LPTSTR)&pszParams, diff --git a/include/Debug.props b/include/Debug.props index d653c0a..c03b7d3 100644 --- a/include/Debug.props +++ b/include/Debug.props @@ -41,13 +41,13 @@ - - - + + + \ No newline at end of file diff --git a/include/Release.props b/include/Release.props index 939115d..866dff4 100644 --- a/include/Release.props +++ b/include/Release.props @@ -41,13 +41,13 @@ - - - + + + \ No newline at end of file