From 564feee5ea2bbf7ae045f2f6800ec3d5ee44a8d2 Mon Sep 17 00:00:00 2001 From: kaesinol Date: Wed, 1 Jan 2025 15:25:16 +0800 Subject: [PATCH] test windows --- .github/workflows/Pyinstaller.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Pyinstaller.yml b/.github/workflows/Pyinstaller.yml index 91895f6..47da2ae 100644 --- a/.github/workflows/Pyinstaller.yml +++ b/.github/workflows/Pyinstaller.yml @@ -105,7 +105,7 @@ jobs: - name: Build Binary with PyInstaller (Windows) run: | - ./venv/bin/activate.ps1 + ./.venv/bin/activate.ps1 pyinstaller GameYamlSpider.spec env: PATH: ${{ github.workspace }}/.pdm/bin:${{ env.PATH }} diff --git a/pyproject.toml b/pyproject.toml index d658335..8c0a29c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ all = [ [project] name = "gameyamlspiderandgenerator" -version = "2.1.0dev8" +version = "2.1.0dev9" description = "A useful tool for generating Furrygameindex yaml files" readme = "README.md" authors = [