Skip to content

Commit

Permalink
Update version number in NSIS file
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Jul 15, 2024
1 parent 171c352 commit 0f9e0cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anymeal.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SetCompressor lzma
SetCompress force

; The file to write
OutFile "anymeal-installer-1.27.exe"
OutFile "anymeal-installer-1.28.exe"

; The default installation directory
InstallDir $PROGRAMFILES\AnyMeal
Expand Down Expand Up @@ -110,7 +110,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.27"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "DisplayVersion" "1.28"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\AnyMeal" "EstimatedSize" 70410
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 0f9e0cd

Please sign in to comment.