From 6a6322077ec65c5deb2ea2ff29f780484ab917bd Mon Sep 17 00:00:00 2001 From: Adam Niemes Date: Mon, 20 Oct 2025 14:12:32 -0400 Subject: [PATCH] updated command --- .github/workflows/build_version.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build_version.yml b/.github/workflows/build_version.yml index 840df0f3c..408567282 100644 --- a/.github/workflows/build_version.yml +++ b/.github/workflows/build_version.yml @@ -29,14 +29,7 @@ jobs: python core.py update-cache - name: Build Binary run: | - 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" + 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" - name: Prepare executable run: | cd dist/output/core-windows/core