From 584f7725cba415eb5b2d5c2634caea0780630fbf Mon Sep 17 00:00:00 2001 From: Adam Niemes Date: Mon, 20 Oct 2025 14:23:36 -0400 Subject: [PATCH] updating command --- .github/workflows/build_version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_version.yml b/.github/workflows/build_version.yml index 408567282..db9034ffb 100644 --- a/.github/workflows/build_version.yml +++ b/.github/workflows/build_version.yml @@ -29,7 +29,7 @@ jobs: python core.py update-cache - name: Build Binary run: | - pyinstaller --onedir --contents-directory "." core.py --dist ./dist/output/core-windows --collect-submodules pyreadstat --add-data="resources/cache;resources/cache" --add-data="resources/templates;resources/templates" --add-data="resources/schema;resources/schema" --add-data="tests/resources/datasets;tests/resources/datasets" + pyinstaller --onedir core.py --dist ./dist/output/core-windows --collect-submodules pyreadstat --add-data="resources/cache;resources/cache" --add-data="resources/templates;resources/templates" --add-data="resources/schema;resources/schema" --add-data="tests/resources/datasets;tests/resources/datasets" - name: Prepare executable run: | cd dist/output/core-windows/core