Skip to content

Commit

Permalink
updated distwin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Chappell committed Sep 28, 2020
1 parent 6548c83 commit 739722c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release/distwin.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

mkdir -p SonoBus/Plugins

cp -v ../doc/README_WINDOWS.txt SonoBus/
cp -v ../Builds/VisualStudio2017/x64/Release/Standalone\ Plugin/SonoBus.exe SonoBus/
cp -v ../Builds/VisualStudio2017/x64/Release/VST3/SonoBus.vst3 SonoBus/Plugins/
cp -v ../Builds/VisualStudio2017/x64/Release/VST/SonoBus.dll SonoBus/Plugins/

0 comments on commit 739722c

Please sign in to comment.