mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Installer: Remove dual-architecture shim.
This commit is contained in:
parent
c514a48f4d
commit
00c21e7859
@ -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}"
|
||||
|
@ -1,5 +0,0 @@
|
||||
!define DOLPHIN_ARCH Win32
|
||||
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
|
||||
!define PRODUCT_NAME "Dolphin x86"
|
||||
|
||||
!include Installer.nsi
|
@ -1,5 +0,0 @@
|
||||
!define DOLPHIN_ARCH x64
|
||||
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
|
||||
!define PRODUCT_NAME "Dolphin"
|
||||
|
||||
!include Installer.nsi
|
Loading…
Reference in New Issue
Block a user