We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4424bd7 commit 72e87bdCopy full SHA for 72e87bd
windows/deploy_windows.ps1
@@ -168,8 +168,10 @@ Function Install-Dependencies
168
if ($BuildOption -Notmatch "jack") {
169
# Don't download ASIO SDK on Jamulus JACK builds to save
170
# resources and to be extra-sure license-wise.
171
+ Set-PSDebug -Trace 2
172
Install-Dependency -Uri $AsioSDKUrl `
173
-Name $AsioSDKName -Destination "..\libs\ASIOSDK2"
174
+ Set-PSDebug -Off
175
}
176
177
0 commit comments