This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo in last commit
Signed-off-by: falkTX <falktx@falktx.com>
pull/498/head
falkTX
2 months ago
parent
290c4089be
commit
5424b730c6
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/install-plugins-symlinks.sh
+ 1
- 1
utils/install-plugins-symlinks.sh
View File
@@ -20,7 +20,7 @@ else
exit
fi
if [ "$(uname -
m)" =
]; then
if [ "$(uname -
s)" = "Darwin"
]; then
CLAP_PATH=~/Library/Audio/Plug-Ins/CLAP
LV2_PATH=~/Library/Audio/Plug-Ins/LV2
VST2_PATH=~/Library/Audio/Plug-Ins/VST
Write
Preview
Loading…
Cancel
Save