mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-05 22:01:59 -05:00
5 lines
122 B
NSIS
5 lines
122 B
NSIS
!define DOLPHIN_ARCH x64
|
|
!define BASE_INSTALL_DIR "$PROGRAMFILES64"
|
|
!define PRODUCT_NAME "Dolphin"
|
|
|
|
!include Installer.nsi |