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 c28b589 commit 976aaf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion GameYamlSpider.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ a = Analysis(
['pkg.py'],
pathex=[],
binaries=[],
datas=[('gameyamlspiderandgenerator/plugin/gcores.py', 'gameyamlspiderandgenerator/plugin'), ('gameyamlspiderandgenerator/plugin/itchio.py', 'gameyamlspiderandgenerator/plugin'), ('gameyamlspiderandgenerator/plugin/steam.py', 'gameyamlspiderandgenerator/plugin'), ('./.venv/lib/python3.12/site-packages/language_data/data', 'language_data/data'), ('./.venv/lib/python3.12/site-packages/ruamel/yaml/string/__plug_in__.py', 'ruamel/yaml/string')],
datas=[('gameyamlspiderandgenerator/plugin/gcores.py', 'gameyamlspiderandgenerator/plugin'), ('gameyamlspiderandgenerator/plugin/itchio.py', 'gameyamlspiderandgenerator/plugin'), ('gameyamlspiderandgenerator/plugin/steam.py', 'gameyamlspiderandgenerator/plugin'), ('./.venv/lib/python3.11/site-packages/language_data/data', 'language_data/data'), ('./.venv/lib/python3.1/site-packages/ruamel/yaml/string/__plug_in__.py', 'ruamel/yaml/string')],
hiddenimports=['gameyamlspiderandgenerator.plugin.gcores', 'gameyamlspiderandgenerator.plugin.itchio', 'gameyamlspiderandgenerator.plugin.steam', 'yamlgenerator_hook_search', 'language_data', 'ruamel_yaml_string', 'yamlgenerator_hook_validate'],
hookspath=[],
hooksconfig={},
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.0dev11"
version = "2.1.0dev12"
description = "A useful tool for generating Furrygameindex yaml files"
readme = "README.md"
authors = [
Expand Down

0 comments on commit 976aaf2

Please sign in to comment.