summaryrefslogtreecommitdiff
path: root/Installer/Installer_x64.nsi
diff options
context:
space:
mode:
authorTony Wasserka <NeoBrainX@gmail.com>2013-10-20 15:03:46 +0200
committerTony Wasserka <NeoBrainX@gmail.com>2013-10-20 15:07:56 +0200
commitd8fd449745a720efecb447a560ac9dde5e37180d (patch)
tree2142854b1a5df2fac9b227f4bc54f1999d189e28 /Installer/Installer_x64.nsi
parent331db09aa4bcd0064ba1c470235b6c48e06a481c (diff)
Installer: Revert the change from the previous commit which changed the 32 Bit Program Files folder to be called "Dolphin" instead of "Dolphin x86".4.0.1
Apparently it's not easily possible to install 32 and 64 bit in parallel when the Program Files folder has the same name. Still, we go without the version number in the folder name though.
Diffstat (limited to 'Installer/Installer_x64.nsi')
-rw-r--r--Installer/Installer_x64.nsi3
1 files changed, 1 insertions, 2 deletions
diff --git a/Installer/Installer_x64.nsi b/Installer/Installer_x64.nsi
index 206868a7c1..3b6ee79f50 100644
--- a/Installer/Installer_x64.nsi
+++ b/Installer/Installer_x64.nsi
@@ -1,6 +1,5 @@
!define DOLPHIN_ARCH x64
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
!define PRODUCT_NAME "Dolphin"
-!define PRODUCT_PLATFORM "64 Bit"
-!include Installer.nsi
+!include Installer.nsi \ No newline at end of file