summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/config.patch b/config.patch
deleted file mode 100644
index c169adf9f08b..000000000000
--- a/config.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.py.old 2018-07-18 20:35:02.000000000 +1000
-+++ config.py 2018-07-19 12:58:28.279806572 +1000
-@@ -52,7 +52,7 @@
- elif __file__:
- ABOUT_ICON = resource_path("assets/pyspy_mid.png")
- application_path = os.path.dirname(__file__)
-- PREF_PATH = os.path.join(application_path, "tmp")
-+ PREF_PATH = os.path.expanduser("~/.config/pyspy")
- if not os.path.exists(PREF_PATH):
- os.makedirs(PREF_PATH)
- LOG_PATH = PREF_PATH