Fix Windows Packaging

This commit is contained in:
Holger Schinzel 2016-10-31 14:03:06 +01:00 committed by GitHub
parent 3b83dd4fd6
commit b3f14b3c30

View File

@ -48,7 +48,7 @@ Var StartMenuGroup
!insertmacro MUI_LANGUAGE English
# Installer attributes
OutFile @abs_top_srcdir@/dash-${VERSION}-win@WINDOWS_BITS@-setup.exe
OutFile @abs_top_srcdir@/dashcore-${VERSION}-win@WINDOWS_BITS@-setup.exe
!if "@WINDOWS_BITS@" == "64"
InstallDir $PROGRAMFILES64\DashCore
!else