diff options
author | sr55 <[email protected]> | 2012-05-12 23:03:48 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-05-12 23:03:48 +0000 |
commit | 409ad193e460d14802b85bd814a3b38a3ce8709f (patch) | |
tree | 588c492addf06910b7fe834fce5aeb4166648019 /win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl | |
parent | 485de5727bcf4b864c31392643cf56f446be4ae2 (diff) |
WinGui: Fix Installer Scripts
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4671 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl')
-rw-r--r-- | win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl index b6e874051..8dc420e38 100644 --- a/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl +++ b/win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl @@ -132,7 +132,7 @@ Section "Handbrake" SEC01 File "*.config"
File "*.xml"
File "*.pdb"
- File ".html"
+ File "*.html"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
|