mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-04-18 13:33:31 +00:00
run through formatter
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
function Setup_DLL {
|
||||
$VMPATH = Get_VMPath
|
||||
|
||||
$dll = Join-Path -Path $VMPATH -ChildPath ("VoicemeeterRemote" + `
|
||||
(& { if ([Environment]::Is64BitOperatingSystem) { "64" } else { "" } }) + `
|
||||
".dll")
|
||||
$dll = Join-Path -Path $VMPATH -ChildPath ('VoicemeeterRemote' + `
|
||||
(& { if ([Environment]::Is64BitOperatingSystem) { '64' } else { '' } }) + `
|
||||
'.dll')
|
||||
|
||||
$Signature = @"
|
||||
[DllImport(@"$dll")]
|
||||
|
||||
Reference in New Issue
Block a user