mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-03 19:42:45 +01: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
NSIS
7 lines
159 B
NSIS
!define DOLPHIN_ARCH Win32
|
|
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
|
|
!define PRODUCT_NAME "Dolphin"
|
|
!define PRODUCT_PLATFORM "32 Bit"
|
|
|
|
!include Installer.nsi
|