Browse Source

Add "Free" to dist filename.

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

+ 1
- 1
Makefile View File

@@ -143,7 +143,7 @@ ifdef ARCH_WIN
endif endif


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


Loading…
Cancel
Save