Skip to content

Commit

Permalink
test windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixinol committed Jan 1, 2025
1 parent a9d1d79 commit 564feee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 564feee

Please sign in to comment.