mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-20 05:40:06 +00:00
12 lines
397 B
PowerShell
12 lines
397 B
PowerShell
#Set-PSDebug -Trace 1
|
|
|
|
choco install -y --no-progress jack
|
|
|
|
# The lib is moved to the JACK library for 2 reasons:
|
|
# 1. it will be cached here
|
|
# 2. if it were in a Windows directory, it won't be bundled with UltraGrid
|
|
# (also make sure to remove from the Windows directory)
|
|
New-Item -Type Directory 'C:\Program Files\JACK2\bin'
|
|
Move-Item 'C:\Windows\libjack64.dll' 'C:\Program Files\JACK2\bin'
|
|
|