upd controller_path to reflect changes to pyinstaller

patch  bump
This commit is contained in:
2024-01-30 14:34:11 +00:00
parent b45b2da4aa
commit 79f739f250
3 changed files with 9 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "nvda_voicemeeter"
version = "0.6.2"
version = "0.6.3"
description = "A Voicemeeter app compatible with NVDA"
authors = [
{ name = "onyx-and-iris", email = "code@onyxandiris.online" },
@@ -17,9 +17,6 @@ readme = "README.md"
text = "MIT"
[tool.pdm.dev-dependencies]
build = [
"pyinstaller>=5.1",
]
lint = [
"black>=23.7.0",
"ruff>=0.0.291",
@@ -28,6 +25,9 @@ lint = [
test = [
"psgdemos>=1.12.1",
]
build = [
"pyinstaller>=6.3.0",
]
[tool.pdm.scripts.build]
shell = "build.ps1"