nvda-voicemeeter/build.ps1

3 lines
99 B
PowerShell
Raw Normal View History

@("basic", "banana", "potato") | ForEach-Object {
pdm run pyinstaller "${_}.spec" --noconfirm
}