Browse Source

Add "Free" to Windows installer.

tags/v2.0.0
Andrew Belt 2 years ago
parent
commit
4168103d6c
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      installer.nsi

+ 4
- 4
installer.nsi View File

@@ -1,10 +1,10 @@
!include "MUI2.nsh" !include "MUI2.nsh"


!define NAME_FULL "VCV Rack Free ${VERSION}" !define NAME_FULL "VCV Rack Free ${VERSION}"
!define NAME "VCV Rack ${VERSION_MAJOR}"
!define RACK_DIR "Rack${VERSION_MAJOR}"
!define INSTALL_REG "Software\VCV\Rack${VERSION_MAJOR}"
!define UNINSTALL_REG "Software\Microsoft\Windows\CurrentVersion\Uninstall\VCVRack${VERSION_MAJOR}"
!define NAME "VCV Rack ${VERSION_MAJOR} Free"
!define RACK_DIR "Rack${VERSION_MAJOR}Free"
!define INSTALL_REG "Software\VCV\Rack${VERSION_MAJOR}Free"
!define UNINSTALL_REG "Software\Microsoft\Windows\CurrentVersion\Uninstall\VCVRack${VERSION_MAJOR}Free"


Name "${NAME_FULL}" Name "${NAME_FULL}"
Unicode True Unicode True


Loading…
Cancel
Save