Skip to content

Commit

Permalink
Update mdxtools.nsi
Browse files Browse the repository at this point in the history
  • Loading branch information
vampirefrog authored Nov 11, 2024
1 parent 223e46a commit feee24e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdxtools.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Unicode True

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "MDX Tools"
!define PRODUCT_VERSION "0.2rc1"
!define PRODUCT_VERSION "{{VERSION}}"
!define PRODUCT_PUBLISHER "Vampi Tech"
!define PRODUCT_WEB_SITE "https://vampi.tech/mdx-tools"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\MDXTools"
Expand Down Expand Up @@ -50,7 +50,7 @@ FunctionEnd
; MUI end ------

Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "mdxtools-installer.exe"
OutFile "mdxtools-${PRODUCT_VERSION}.exe"
InstallDir "$PROGRAMFILES\MDXTools"
InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
ShowInstDetails show
Expand Down

0 comments on commit feee24e

Please sign in to comment.