mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
d8fd449745
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.
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
!define DOLPHIN_ARCH x64
|
|
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
|
|
!define PRODUCT_NAME "Dolphin"
|
|
|
|
!include Installer.nsi |