summarylogtreecommitdiffstats
path: root/no-update.patch
blob: 2c6e36520239221144817d42fd06a68f35b64671 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/qt/aqt/update.py
+++ b/qt/aqt/update.py
@@ -34,6 +34,8 @@
         }

     def run(self) -> None:
+        return
+
         if not self.config["updates"]:
             return
         d = self._data()