Browse Source

Re-add GPL license text to dist

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
b49975c607
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -140,7 +140,7 @@ ifdef ARCH_WIN
windres $^ -O coff -o $@
endif

DIST_RES := res cacert.pem Core.json template.vcv
DIST_RES := res cacert.pem Core.json template.vcv LICENSE-GPLv3.txt
DIST_NAME := Rack-$(EDITION)-"$(VERSION)"-$(ARCH)
DIST_SDK_DIR := Rack-SDK
DIST_SDK := Rack-SDK-$(VERSION).zip


Loading…
Cancel
Save