From b3d09524c6cc706d68d3c185fa7d92141dee8608 Mon Sep 17 00:00:00 2001 From: Markus Date: Mon, 14 Oct 2019 19:23:03 +0200 Subject: [PATCH] add missing .exe at windows downloadLink --- parameterManager.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parameterManager.h b/parameterManager.h index dc464fc..679304c 100644 --- a/parameterManager.h +++ b/parameterManager.h @@ -46,7 +46,7 @@ struct Settings { #endif #ifdef _WIN32 const std::string VersionFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=Version-WINx86.txt"; - const std::string ProgrammFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=S_New4-WINx86"; + const std::string ProgrammFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=S_New4-WINx86.exe"; #endif std::string name, accountFilePath = "/tmp/a", @@ -61,7 +61,7 @@ struct Settings { proxy_ip = "127.0.0.1", languages = "GerDub,GerSub,Eng", genaueHoster = "", - version = "3.2.6", + version = "3.2.7", defaultFileVersion="1.6", outputFilePath = "", default_checkPath = "",