OSDN Git Service

Updated the installer script.
authorlordmulder <mulder2@gmx.de>
Wed, 26 Feb 2014 17:29:24 +0000 (18:29 +0100)
committerlordmulder <mulder2@gmx.de>
Wed, 26 Feb 2014 17:29:24 +0000 (18:29 +0100)
etc/setup/setup.nsi

index f25b055..3e1a284 100644 (file)
@@ -440,6 +440,9 @@ Section "!Install Files"
        SetOutPath "$INSTDIR\toolset"
        File /a /r `${X264_SOURCE_PATH}\toolset\*.*`
 
+       SetOutPath "$INSTDIR\sources"
+       File /a `${X264_SOURCE_PATH}\sources\*.tar`
+
        SetOutPath "$INSTDIR"
        File /a `${X264_SOURCE_PATH}\*.dll`
        File /a `${X264_SOURCE_PATH}\*.txt`