Browse Source

Makefile: Fix DIST_NAME and DIST_SDK quotes.

tags/v2.2.0
Andrew Belt 1 year ago
parent
commit
712bc9b920
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Makefile

+ 2
- 2
Makefile View File

@@ -143,9 +143,9 @@ 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 := RackFree-"$(VERSION)"-$(ARCH_NAME)
DIST_NAME := RackFree-$(VERSION)-$(ARCH_NAME)
DIST_SDK_DIR := Rack-SDK DIST_SDK_DIR := Rack-SDK
DIST_SDK := Rack-SDK-"$(VERSION)"-$(ARCH_NAME).zip
DIST_SDK := Rack-SDK-$(VERSION)-$(ARCH_NAME).zip
ifdef ARCH_MAC ifdef ARCH_MAC
DIST_BUNDLE := VCV Rack $(VERSION_MAJOR) Free.app DIST_BUNDLE := VCV Rack $(VERSION_MAJOR) Free.app
else else


Loading…
Cancel
Save