fix defins for updater

This commit is contained in:
Markus 2019-11-04 17:54:11 +01:00
parent 9e223fd99b
commit d338ed9465

View File

@ -55,7 +55,9 @@ struct Settings {
const std::string ProgrammFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=S_New4-WINx86.exe"; const std::string ProgrammFileUrl = "https://cloud.obermui.de/s/H47Xoqy2czfJzYp/download?path=%2F&files=S_New4-WINx86.exe";
#else #else
//Ungültiges Betriebsystem => Error //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
#endif #endif