summarylogtreecommitdiffstats
path: root/config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'config.patch')
-rw-r--r--config.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.patch b/config.patch
new file mode 100644
index 000000000000..c169adf9f08b
--- /dev/null
+++ b/config.patch
@@ -0,0 +1,11 @@
+--- 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