Installer: Remove dual-architecture shim.

This commit is contained in:
Pierre Bourdon 2016-06-05 09:41:30 +02:00
parent c514a48f4d
commit 00c21e7859
3 changed files with 3 additions and 10 deletions

View file

@ -1,3 +1,6 @@
!define DOLPHIN_ARCH x64
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
!define PRODUCT_NAME "Dolphin"
!define PRODUCT_VERSION 4.0
!define BASE_DIR "..\Binary\${DOLPHIN_ARCH}"

View file

@ -1,5 +0,0 @@
!define DOLPHIN_ARCH Win32
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
!define PRODUCT_NAME "Dolphin x86"
!include Installer.nsi

View file

@ -1,5 +0,0 @@
!define DOLPHIN_ARCH x64
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
!define PRODUCT_NAME "Dolphin"
!include Installer.nsi