diff --git a/src/parameterManager.h b/src/parameterManager.h index 3eb8e97..06d248c 100644 --- a/src/parameterManager.h +++ b/src/parameterManager.h @@ -55,7 +55,9 @@ struct Settings { const std::string ProgrammFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=S_New4-WINx86.exe"; #else //Ungültiges Betriebsystem => Error - #error Kein Windows oder Linux 64 Bit System + #error Kein Windows oder Linux 64 Bit System: Der Updater Fuktion wird nicht Funktionieren! Remove this Line in the Code to use S_New4 without the Updater. ( But your System must be Windows or Linux ) + const std::string VersionFileUrl = ""; + const std::string ProgrammFileUrl = ""; #endif #endif