diff --git a/installer/mc2_installer.nsi b/installer/mc2_installer.nsi index bbe334c6c..e527b3778 100644 --- a/installer/mc2_installer.nsi +++ b/installer/mc2_installer.nsi @@ -14,7 +14,7 @@ SetCompressor /SOLID lzma !define INSTALL_DIR "musikCube 2" ;---------------------------------------------------------------- -OutFile ".\${INSTALLER_NAME} Setup.exe" +OutFile ".\${INSTALLER_NAME}.exe" Name "${PROJECT_NAME} ${SUB_NAME}" @@ -44,6 +44,7 @@ Section "mC2installation" main File /r "..\bin\release\mC2.exe" File /r "..\bin\release\musikServer.exe" File /r "..\LICENSE.txt" + File /r "..\bin\release\resources" SetOutPath "$INSTDIR\plugins" File /r "..\bin\release\plugins\*.dll"