Skip to content

Commit

Permalink
WINDOWS: build.sh: use instruments from instrument tarball
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Westerfeld <[email protected]>
  • Loading branch information
swesterfeld committed Oct 31, 2023
1 parent 8b7c028 commit a81d6c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions windows/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ make -C.. install || die "make install failed"
cp -v $PREFIX/lib/vst/SpectMorph.dll . || die "error: cp SpectMorph.dll"
cp -v $PREFIX/lib/clap/SpectMorph.clap . || die "error: cp SpectMorph.clap"
cp -rv $PREFIX/lib/lv2/spectmorph.lv2 . || die "error: cp spectmorph.lv2"
cp -rv $PREFIX/share/spectmorph/instruments . || die "error: cp instruments"

for DIR in templates fonts
do
Expand Down

0 comments on commit a81d6c2

Please sign in to comment.