File tree 2 files changed +9
-11
lines changed
2 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 1
1
RACK_DIR ?= .
2
- EDITION := CE
3
- EDITION_NAME := Community Edition
4
2
VERSION_MAJOR := 2
5
- VERSION := 2.dev .$(shell git rev-parse --short HEAD)
3
+ VERSION := 2.git .$(shell git rev-parse --short HEAD)
6
4
# VERSION := 2.0.0
7
5
8
6
FLAGS += -DVERSION=$(VERSION )
@@ -142,13 +140,13 @@ ifdef ARCH_WIN
142
140
endif
143
141
144
142
DIST_RES := res cacert.pem Core.json template.vcv LICENSE-GPLv3.txt
145
- DIST_NAME := Rack-$( EDITION ) - "$(VERSION ) "-$(ARCH_OS_NAME )
143
+ DIST_NAME := Rack-"$(VERSION ) "-$(ARCH_OS_NAME )
146
144
DIST_SDK_DIR := Rack-SDK
147
145
DIST_SDK := Rack-SDK-$(VERSION ) .zip
148
146
ifdef ARCH_MAC
149
147
DIST_BUNDLE := VCV Rack $(VERSION_MAJOR).app
150
148
else
151
- DIST_DIR := Rack$(EDITION)$( VERSION_MAJOR)
149
+ DIST_DIR := Rack$(VERSION_MAJOR)
152
150
endif
153
151
DIST_MD := $(wildcard * .md)
154
152
DIST_HTML := $(patsubst % .md, build/% .html, $(DIST_MD ) )
@@ -218,7 +216,7 @@ ifdef ARCH_WIN
218
216
cd dist && zip -q -9 -r "$(DIST_NAME)".zip "$(DIST_DIR)"
219
217
# Make NSIS installer
220
218
# pacman -S mingw-w64-x86_64-nsis
221
- makensis -DEDITION="$(EDITION)" -DEDITION_NAME="$(EDITION_NAME)" - DVERSION_MAJOR="$(VERSION_MAJOR)" -DVERSION="$(VERSION)" "-XOutFile dist/$(DIST_NAME).exe" installer.nsi
219
+ makensis -DVERSION_MAJOR="$(VERSION_MAJOR)" -DVERSION="$(VERSION)" "-XOutFile dist/$(DIST_NAME).exe" installer.nsi
222
220
endif
223
221
224
222
# Build Rack SDK
Original file line number Diff line number Diff line change 1
1
!include " MUI2.nsh"
2
2
3
- !define NAME_FULL " VCV Rack ${EDITION_NAME} ${VERSION}"
4
- !define NAME " VCV Rack ${EDITION} ${ VERSION_MAJOR}"
5
- !define RACK_DIR " Rack${EDITION}${ VERSION_MAJOR}"
6
- !define INSTALL_REG " Software\VCV\Rack${EDITION}${ VERSION_MAJOR}"
7
- !define UNINSTALL_REG " Software\Microsoft\Windows\CurrentVersion\Uninstall\VCVRack${EDITION}${ VERSION_MAJOR}"
3
+ !define NAME_FULL " VCV Rack Community Edition ${VERSION}"
4
+ !define NAME " VCV Rack ${VERSION_MAJOR}"
5
+ !define RACK_DIR " Rack${VERSION_MAJOR}"
6
+ !define INSTALL_REG " Software\VCV\Rack${VERSION_MAJOR}"
7
+ !define UNINSTALL_REG " Software\Microsoft\Windows\CurrentVersion\Uninstall\VCVRack${VERSION_MAJOR}"
8
8
9
9
Name " ${NAME_FULL}"
10
10
SetCompressor /solid " lzma"
You can’t perform that action at this time.
0 commit comments