mirror of
https://github.com/onyx-and-iris/voicemeeter-compact.git
synced 2026-04-18 05:23:31 +00:00
call task from poe
remove build.ps1 and scripts.py
This commit is contained in:
@@ -38,9 +38,14 @@ requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poe.tasks]
|
||||
build_sunvalley.script = "scripts:build_sunvalley"
|
||||
build_forest.script = "scripts:build_forest"
|
||||
build_all.script = "scripts:build_all"
|
||||
build-sunvalley = "task build-sunvalley"
|
||||
build-forest = "task build-forest"
|
||||
release = [
|
||||
{ ref = "build-sunvalley" },
|
||||
{ ref = "build-forest" },
|
||||
{ cmd = "task compress-sunvalley" },
|
||||
{ cmd = "task compress-forest" },
|
||||
]
|
||||
|
||||
[tool.ruff]
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user