yolobs-studio/debian/patches/0004-no-update-check.patch

17 lines
558 B
Diff
Raw Normal View History

2016-02-24 20:23:06 +00:00
Description: Update checks do not make sense for a distribution
Author: Sebastian Ramacher <sramacher@debian.org>
Forwarded: not-needed
Last-Update: 2016-02-24
2016-10-10 19:16:06 +00:00
--- a/UI/window-basic-main.cpp
+++ b/UI/window-basic-main.cpp
@@ -1926,7 +1926,7 @@
2016-02-24 20:23:06 +00:00
#ifdef UPDATE_SPARKLE
init_sparkle_updater(config_get_bool(App()->GlobalConfig(), "General",
"UpdateToUndeployed"));
-#else
+#elif 0
long long lastUpdate = config_get_int(App()->GlobalConfig(), "General",
"LastUpdateCheck");
uint32_t lastVersion = config_get_int(App()->GlobalConfig(), "General",