Rename installers (#5)

* renamed cmder-full to cmder

* renamed cmder-mini folder

* update cmder-mini
This commit is contained in:
Eric D. Rohler 2021-06-21 13:22:16 -04:00 committed by GitHub
parent 3904092f09
commit d065419972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
!define COPYRIGHT "Samuel Vasko © 2021"
!define DESCRIPTION "Lovely console emulator package for Windows"
!define LICENSE_TXT ".\..\..\license.txt"
!define INSTALLER_NAME ".\Versions\${VERSION}\Cmder-mini-${Version}-setup.exe"
!define INSTALLER_NAME ".\Versions\${VERSION}\Cmder_mini-${Version}-setup.exe"
!define MAIN_APP_EXE "Cmder.exe"
!define INSTALL_TYPE "SetShellVarContext current"
!define REG_ROOT "HKCU"

View File

@ -13,7 +13,7 @@
!define COPYRIGHT "Samuel Vasko © 2021"
!define DESCRIPTION "Lovely console emulator package for Windows"
!define LICENSE_TXT ".\..\..\license.txt"
!define INSTALLER_NAME ".\Versions\${VERSION}\Cmder-full-${VERSION}-setup.exe"
!define INSTALLER_NAME ".\Versions\${VERSION}\Cmder-${VERSION}-setup.exe"
!define MAIN_APP_EXE "Cmder.exe"
!define INSTALL_TYPE "SetShellVarContext current"
!define REG_ROOT "HKCU"