aboutsummaryrefslogtreecommitdiffstats
path: root/release/pathod.spec
diff options
context:
space:
mode:
Diffstat (limited to 'release/pathod.spec')
-rw-r--r--release/pathod.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/pathod.spec b/release/pathod.spec
index 6d5f3453..d94fb824 100644
--- a/release/pathod.spec
+++ b/release/pathod.spec
@@ -4,7 +4,7 @@ from glob import glob
VENV = "../release/venv"
-a = Analysis(['../pathod/pathod'],
+a = Analysis(['../../pathod/pathod'],
hiddenimports=["_cffi_backend"],
hookspath=None,
runtime_hooks=None,