Skip to content

Commit

Permalink
windows installer updates
Browse files Browse the repository at this point in the history
  • Loading branch information
karlheyes committed Apr 26, 2020
1 parent 8dd374d commit 4a071a8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions win32/icecast.nsis
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# installer containing your program.

Name "Icecast KH"
OutFile "icecast-2.4.0-kh13_win32_setup.exe"
OutFile "icecast-2.4.0-kh14_win32_setup.exe"

InstallDir "$ProgramFiles\Icecast KH"
InstallDirRegKey HKLM SOFTWARE\Icecast "Install_Dir"
Expand All @@ -31,12 +31,12 @@ XPStyle on

;Version Information

VIProductVersion "2.4.0.13"
VIProductVersion "2.4.0.14"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Icecast KH"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "2.4.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Karl Heyes @2000-2019"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Karl Heyes @2000-2020"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Icecast KH streaming media server installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.4.0-KH13"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.4.0-KH14"

Page components
Page directory
Expand Down
8 changes: 4 additions & 4 deletions win32/icecast64.nsis
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# installer containing your program.

Name "Icecast KH"
OutFile "icecast-2.4.0-kh13_win64_setup.exe"
OutFile "icecast-2.4.0-kh14_win64_setup.exe"

InstallDir "$ProgramFiles64\Icecast KH"
InstallDirRegKey HKLM SOFTWARE\Icecast "Install_Dir"
Expand All @@ -31,12 +31,12 @@ XPStyle on

;Version Information

VIProductVersion "2.4.0.13"
VIProductVersion "2.4.0.14"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "Icecast KH"
VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "2.4.0"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Karl Heyes @2000-2019"
VIAddVersionKey /LANG=${LANG_ENGLISH} "LegalCopyright" "Karl Heyes @2000-2020"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileDescription" "Icecast KH streaming media server installer"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.4.0-KH13"
VIAddVersionKey /LANG=${LANG_ENGLISH} "FileVersion" "2.4.0-KH14"

Page components
Page directory
Expand Down

0 comments on commit 4a071a8

Please sign in to comment.