mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-29 14:01:08 -05:00
5 lines
128 B
NSIS
5 lines
128 B
NSIS
!define DOLPHIN_ARCH Win32
|
|
!define BASE_INSTALL_DIR "$PROGRAMFILES32"
|
|
!define PRODUCT_NAME "Dolphin x86"
|
|
|
|
!include Installer.nsi |