aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release/pathoc.spec2
-rw-r--r--release/pathod.spec2
2 files changed, 2 insertions, 2 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,
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,