Skip to content

Commit

Permalink
Update version number in NSIS script
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jul 31, 2021
1 parent 98d01e6 commit 30a3af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anymeal/anymeal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Name "AnyMeal"

; The file to write
OutFile "anymeal-installer-1.13.exe"
OutFile "anymeal-installer-1.14.exe"

; The default installation directory
InstallDir $PROGRAMFILES\AnyMeal
Expand Down Expand Up @@ -92,7 +92,7 @@ Section "AnyMeal (required)"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayIcon" '"$INSTDIR\anymeal.ico"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "Publisher" "Jan Wedekind"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.13"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.14"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "EstimatedSize" 76022
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoModify" 1
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "NoRepair" 1
Expand Down

0 comments on commit 30a3af2

Please sign in to comment.