mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 21:37:52 -07:00
331db09aa4
This drops support for installing multiple Dolphin versions to Program Files. 32 Bit and 64 Bit versions can still be installed in parallel.
7 lines
159 B
Plaintext
7 lines
159 B
Plaintext
!define DOLPHIN_ARCH Win32
|
|
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
|
|
!define PRODUCT_NAME "Dolphin"
|
|
!define PRODUCT_PLATFORM "32 Bit"
|
|
|
|
!include Installer.nsi
|