diff options
author | sr55 <[email protected]> | 2012-06-14 19:22:31 +0000 |
---|---|---|
committer | sr55 <[email protected]> | 2012-06-14 19:22:31 +0000 |
commit | c3c5892ff08f931b0043d8c26e41b57f73f26205 (patch) | |
tree | 81e0ce86b095aa03ca0fd3cf4053e58b2ddccaf8 /win/CS/HandBrakeWPF/Installer/Installer64.nsi | |
parent | a53a05ae0921b38cc1c9d3dd3dd5bab09a6c7f5f (diff) |
WinGui: Fix build and further clean out some legacy code.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4735 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'win/CS/HandBrakeWPF/Installer/Installer64.nsi')
-rw-r--r-- | win/CS/HandBrakeWPF/Installer/Installer64.nsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Installer/Installer64.nsi b/win/CS/HandBrakeWPF/Installer/Installer64.nsi index 0413f60de..9e6ff4872 100644 --- a/win/CS/HandBrakeWPF/Installer/Installer64.nsi +++ b/win/CS/HandBrakeWPF/Installer/Installer64.nsi @@ -133,7 +133,6 @@ Section "Handbrake" SEC01 File "*.config"
File "*.xml"
File "*.pdb"
- File "*.html"
; Copy the standard doc set into the doc folder
SetOutPath "$INSTDIR\doc"
|