mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Updated installer to include resources.
This commit is contained in:
parent
f6b16daa95
commit
9dadff4e55
@ -14,7 +14,7 @@ SetCompressor /SOLID lzma
|
|||||||
!define INSTALL_DIR "musikCube 2"
|
!define INSTALL_DIR "musikCube 2"
|
||||||
|
|
||||||
;----------------------------------------------------------------
|
;----------------------------------------------------------------
|
||||||
OutFile ".\${INSTALLER_NAME} Setup.exe"
|
OutFile ".\${INSTALLER_NAME}.exe"
|
||||||
|
|
||||||
Name "${PROJECT_NAME} ${SUB_NAME}"
|
Name "${PROJECT_NAME} ${SUB_NAME}"
|
||||||
|
|
||||||
@ -44,6 +44,7 @@ Section "mC2installation" main
|
|||||||
File /r "..\bin\release\mC2.exe"
|
File /r "..\bin\release\mC2.exe"
|
||||||
File /r "..\bin\release\musikServer.exe"
|
File /r "..\bin\release\musikServer.exe"
|
||||||
File /r "..\LICENSE.txt"
|
File /r "..\LICENSE.txt"
|
||||||
|
File /r "..\bin\release\resources"
|
||||||
|
|
||||||
SetOutPath "$INSTDIR\plugins"
|
SetOutPath "$INSTDIR\plugins"
|
||||||
File /r "..\bin\release\plugins\*.dll"
|
File /r "..\bin\release\plugins\*.dll"
|
||||||
|
Loading…
Reference in New Issue
Block a user