Browse Source

Re-add ZIP to make dist

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
03979854ae
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      Makefile

+ 2
- 1
Makefile View File

@@ -157,8 +157,9 @@ ifeq ($(ARCH), lin)
cp dep/lib/librtaudio.so.6 dist/Rack/
cp dep/lib/librtmidi.so.4 dist/Rack/
mkdir -p dist/Rack/plugins
# Make ZIP
cp -R plugins/Fundamental/dist/Fundamental dist/Rack/plugins/
# Make ZIP
cd dist && zip -5 -r Rack-$(VERSION)-$(ARCH).zip Rack
endif




Loading…
Cancel
Save