mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2025-12-05 05:07:47 +00:00
module path in tests
change module path so we can run from /tests/
This commit is contained in:
parent
2404bfb50f
commit
9a2529c617
@ -1,6 +1,6 @@
|
|||||||
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseDeclaredVarsMoreThanAssignments", "", Target = "variablename")]
|
[Diagnostics.CodeAnalysis.SuppressMessageAttribute("PSUseDeclaredVarsMoreThanAssignments", "", Target = "variablename")]
|
||||||
Param([String]$tag, [string]$kind = 'potato')
|
Param([String]$tag, [string]$kind = 'potato')
|
||||||
Import-Module .\lib\Voicemeeter.psm1
|
Import-Module (Join-Path (Split-Path $PSScriptRoot -Parent) 'lib\Voicemeeter.psm1') -Force
|
||||||
|
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user