Skip to content

Commit f393e7a

Browse files
author
limxdev
committed
Settings for NSIS
1 parent 15503bc commit f393e7a

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

share/setup.nsi.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Var StartMenuGroup
5151
# Installer attributes
5252
OutFile @abs_top_srcdir@/@PACKAGE_TARNAME@-${VERSION}-win@WINDOWS_BITS@-setup.exe
5353
!if "@WINDOWS_BITS@" == "64"
54-
InstallDir $PROGRAMFILES64\Bitcoin
54+
InstallDir $PROGRAMFILES64\Bitcore
5555
!else
56-
InstallDir $PROGRAMFILES\Bitcoin
56+
InstallDir $PROGRAMFILES\Bitcore
5757
!endif
5858
CRCCheck on
5959
XPStyle on

0 commit comments

Comments
 (0)