summaryrefslogtreecommitdiffstats
path: root/ffinstall.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'ffinstall.nsi')
-rw-r--r--ffinstall.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/ffinstall.nsi b/ffinstall.nsi
index f483b01..d3198a0 100644
--- a/ffinstall.nsi
+++ b/ffinstall.nsi
@@ -32,7 +32,7 @@ Section "Install"
File ".\ffplay.exe"
File ".\COPYING"
File ".\CREDITS"
-
+
; documentation
SetOutPath $INSTDIR\doc
File ".\doc\faq.html"
@@ -58,7 +58,7 @@ Section Uninstall
Delete "$INSTDIR\ffplay.exe"
Delete "$INSTDIR\COPYING"
Delete "$INSTDIR\CREDITS"
-
+
; delete documentation
Delete "$INSTDIR\doc\faq.html"
Delete "$INSTDIR\ffmpeg-doc.html"
OpenPOWER on IntegriCloud