mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 13:33:30 +00:00
add gui scripts
This commit is contained in:
@@ -15,6 +15,11 @@ dependencies = [
|
||||
"tomli (>=2.0.1,<3.0) ; python_version < '3.11'",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gui-basic = "vmcompact.gui.basic:run"
|
||||
gui-banana = "vmcompact.gui.banana:run"
|
||||
gui-potato = "vmcompact.gui.potato:run"
|
||||
|
||||
[tool.poetry]
|
||||
packages = [{ include = "vmcompact" }]
|
||||
include = ["vmcompact/img/cat.ico"]
|
||||
|
||||
Reference in New Issue
Block a user