diff options
| author | Tony Wasserka <NeoBrainX@gmail.com> | 2013-10-20 15:03:46 +0200 |
|---|---|---|
| committer | Tony Wasserka <NeoBrainX@gmail.com> | 2013-10-20 15:07:56 +0200 |
| commit | d8fd449745a720efecb447a560ac9dde5e37180d (patch) | |
| tree | 2142854b1a5df2fac9b227f4bc54f1999d189e28 /Installer/Installer.nsi | |
| parent | 331db09aa4bcd0064ba1c470235b6c48e06a481c (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.nsi')
| -rw-r--r-- | Installer/Installer.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Installer/Installer.nsi b/Installer/Installer.nsi index 00954490e3..eaf6b155b8 100644 --- a/Installer/Installer.nsi +++ b/Installer/Installer.nsi @@ -100,7 +100,7 @@ SetCompressor /SOLID lzma ; MUI end ------ -Name "${PRODUCT_NAME} ${PRODUCT_VERSION}" +Name "${PRODUCT_NAME}" !define UN_NAME "Uninstall $(^Name)" OutFile "dolphin-${DOLPHIN_ARCH}-${PRODUCT_VERSION}.exe" InstallDir "${BASE_INSTALL_DIR}\$(^Name)" |
