some more branding

This commit is contained in:
tumillanino
2026-03-26 16:39:13 +11:00
parent e7d6daf595
commit 4c9eb4b38e
276 changed files with 8456 additions and 19492 deletions

View File

@@ -26,6 +26,12 @@ first-run:
sed -i '/^lv2path=/ s/$/;\/usr\/lib64\/lv2/;' ~/.config/REAPER/reaper.ini
sed -i '/^clappath=/ s/$/;\/usr\/lib64\/clap/' ~/.config/REAPER/reaper.ini
mkdir ~/.vst3
mkdir ~/.vst
cp -r /usr/lib64/vst3/* ~/.vst3/
cp -r /usr/lib64/vst/* ~/.vst/
@echo 'Paths updated. Please restart Reaper and clear cache/rescan'
export WINELOADER='/opt/wine-staging/bin/wine'

View File

@@ -8,4 +8,9 @@ route-plugins:
sed -i '/^lv2path=/ s/$/;\/usr\/lib64\/lv2/;' ~/.config/REAPER/reaper.ini
sed -i '/^clappath=/ s/$/;\/usr\/lib64\/clap/' ~/.config/REAPER/reaper.ini
mkdir ~/.vst3
mkdir ~/.vst
cp -r /usr/lib64/vst3/* ~/.vst3/
cp -r /usr/lib64/vst/* ~/.vst/
@echo 'Paths updated. Please restart Reaper and clear cache/rescan'