We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495ce77 commit 4a61419Copy full SHA for 4a61419
1 file changed
packaging/pyinstaller/vcf_generator_lite.spec
@@ -15,7 +15,7 @@ from PyInstaller.utils.win32.versioninfo import (
15
from scripts.app_metadata import app_metadata, app_version_variants
16
from vcf_generator_lite.constants import APP_COPYRIGHT
17
18
-PATH_PROJECT = Path()
+PATH_PROJECT = Path.cwd()
19
PATH_SOURCE_MODULE = PATH_PROJECT / "src" / "vcf_generator_lite"
20
21
DIST_PATH_MODULE = PurePath("vcf_generator_lite")
0 commit comments