Browse Source

Fix typo in last commit

Signed-off-by: falkTX <falktx@falktx.com>
pull/498/head
falkTX 2 months ago
parent
commit
5424b730c6
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +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


Loading…
Cancel
Save