From d5280bd5f785947ba3848a68dd5139eec49c0a1a Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Tue, 4 Jun 2019 06:58:53 -0400 Subject: [PATCH] Add Core.json to dist --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 09be3787..b01396e9 100644 --- a/Makefile +++ b/Makefile @@ -100,7 +100,7 @@ ifdef ARCH_LIN mkdir -p dist/Rack cp $(TARGET) dist/Rack/ $(STRIP) -s dist/Rack/$(TARGET) - cp -R LICENSE* res template.vcv dist/Rack/ + cp -R LICENSE* res Core.json template.vcv dist/Rack/ # Manually check that no nonstandard shared libraries are linked ldd dist/Rack/$(TARGET) cp plugins/Fundamental/dist/*.zip dist/Rack/Fundamental.zip @@ -116,7 +116,7 @@ ifdef ARCH_MAC cp $(TARGET) dist/$(TARGET).app/Contents/MacOS/ $(STRIP) -S dist/$(TARGET).app/Contents/MacOS/$(TARGET) mkdir -p dist/$(TARGET).app/Contents/Resources - cp -R LICENSE* res template.vcv icon.icns dist/$(TARGET).app/Contents/Resources + cp -R LICENSE* res Core.json template.vcv icon.icns dist/$(TARGET).app/Contents/Resources # Manually check that no nonstandard shared libraries are linked otool -L dist/$(TARGET).app/Contents/MacOS/$(TARGET) @@ -134,7 +134,7 @@ ifdef ARCH_WIN mkdir -p dist/Rack cp $(TARGET) dist/Rack/ $(STRIP) -s dist/Rack/$(TARGET) - cp -R LICENSE* res template.vcv dist/Rack/ + cp -R LICENSE* res Core.json template.vcv dist/Rack/ cp /mingw64/bin/libwinpthread-1.dll dist/Rack/ cp /mingw64/bin/libstdc++-6.dll dist/Rack/ cp /mingw64/bin/libgcc_s_seh-1.dll dist/Rack/