pentoo-overlay/dev-debug/dwarf-debugger/files/1.1.2-disable_update.patch
2024-01-22 10:10:18 +08:00

11 lines
360 B
Diff

--- a//dwarf_debugger/dwarf.py.orig 2020-05-21 18:54:23.000000000 +0800
+++ b//dwarf_debugger/dwarf.py 2020-05-23 12:47:02.344986651 +0800
@@ -176,7 +176,7 @@
qapp.setWindowIcon(_icon)
_prefs = Prefs()
- local_update_disabled = _prefs.get('disable_local_frida_update', False)
+ local_update_disabled = True
args = process_args()