update NSIS script

This commit is contained in:
IntelOrca 2015-06-15 23:21:12 +01:00
parent 3feacc3400
commit 5b4715685d
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ Section "!OpenRCT2" Section1
; Copy the rest of the stuff
SetOutPath "$INSTDIR\"
; Copy curl ca file
File ..\..\curl-ca-bundle.crt
; Copy text files
File ..\changelog.txt
Push "$INSTDIR\changelog.txt"