add missing .exe at windows downloadLink

This commit is contained in:
Markus 2019-10-14 19:23:03 +02:00
parent 2dc779f080
commit b3d09524c6
1 changed files with 2 additions and 2 deletions

View File

@ -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 = "",