mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-01-23 17:34:21 +00:00
Updated NSI file
Forgot to update version in NSI installer script
This commit is contained in:
parent
6cc3021baa
commit
5187701af1
@ -1,6 +1,6 @@
|
|||||||
# NSIS Installer script. (Tested with NSIS 2.64 on Windows 7)
|
# NSIS Installer script. (Tested with NSIS 2.64 on Windows 7)
|
||||||
# Author: Mikal Villa (Meeh)
|
# Author: Mikal Villa (Meeh)
|
||||||
# Version: 1.0
|
# Version: 1.1
|
||||||
Name PurpleI2P
|
Name PurpleI2P
|
||||||
|
|
||||||
RequestExecutionLevel highest
|
RequestExecutionLevel highest
|
||||||
@ -9,7 +9,7 @@ ShowInstDetails show
|
|||||||
|
|
||||||
# General Symbol Definitions
|
# General Symbol Definitions
|
||||||
!define REGKEY "SOFTWARE\$(^Name)"
|
!define REGKEY "SOFTWARE\$(^Name)"
|
||||||
!define VERSION 0.2.0.0
|
!define VERSION 0.3.0.0
|
||||||
!define COMPANY "The Privacy Solutions Project"
|
!define COMPANY "The Privacy Solutions Project"
|
||||||
!define URL "https://i2p.io"
|
!define URL "https://i2p.io"
|
||||||
|
|
||||||
@ -64,13 +64,13 @@ Var StartMenuGroup
|
|||||||
!insertmacro MUI_LANGUAGE English
|
!insertmacro MUI_LANGUAGE English
|
||||||
|
|
||||||
# Installer attributes
|
# Installer attributes
|
||||||
OutFile PurpleI2P-0.2.0.0-win32-setup.exe
|
OutFile PurpleI2P-0.3.0.0-win32-setup.exe
|
||||||
InstallDir $PROGRAMFILES\PurpleI2P
|
InstallDir $PROGRAMFILES\PurpleI2P
|
||||||
CRCCheck on
|
CRCCheck on
|
||||||
XPStyle on
|
XPStyle on
|
||||||
BrandingText " "
|
BrandingText " "
|
||||||
ShowInstDetails show
|
ShowInstDetails show
|
||||||
VIProductVersion 0.2.0.0
|
VIProductVersion 0.3.0.0
|
||||||
VIAddVersionKey ProductName PurpleI2P
|
VIAddVersionKey ProductName PurpleI2P
|
||||||
VIAddVersionKey ProductVersion "${VERSION}"
|
VIAddVersionKey ProductVersion "${VERSION}"
|
||||||
VIAddVersionKey CompanyName "${COMPANY}"
|
VIAddVersionKey CompanyName "${COMPANY}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user