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