From ca7e81fd875117acf9ff5000e1370386b2ae20c8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 1 Jan 2011 10:21:50 -0800 Subject: Updated pandoc-setup.iss. --- windows/pandoc-setup.iss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index e11a4b777..cfeec9963 100644 --- a/windows/pandoc-setup.iss +++ b/windows/pandoc-setup.iss @@ -7,7 +7,7 @@ ; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) AppId={{3CEE7B38-B19D-4980-9CAD-DF53600BD4CA} AppName=Pandoc -AppVerName=Pandoc 1.6 +AppVerName=Pandoc 1.7 AppPublisher=John MacFarlane AppPublisherURL=http://johnmacfarlane.net/pandoc/ AppSupportURL=http://johnmacfarlane.net/pandoc/ @@ -60,6 +60,7 @@ Source: "..\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "..\COPYING.txt"; DestDir: "{app}"; Flags: ignoreversion Source: "..\reference.odt"; DestDir: "{app}"; Flags: ignoreversion Source: "..\epub.css"; DestDir: "{app}"; Flags: ignoreversion +Source: "..\default.csl"; DestDir: "{app}"; Flags: ignoreversion Source: "..\templates\*"; DestDir: "{app}\templates"; Flags: ignoreversion Source: "..\data\*"; DestDir: "{app}\data"; Flags: ignoreversion Source: "..\s5\default\*"; DestDir: "{app}\s5\default"; Flags: ignoreversion -- cgit v1.2.3