diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-07-20 23:58:25 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-07-20 23:58:25 -0700 |
commit | ae3a5d5a75d05f735bed122f63577d4c9a46f96e (patch) | |
tree | 5393955eafa8621d723dd5a43d4655250d03eb64 /windows | |
parent | cc27dbd0320ad0282191db9a60363780a0f9d1e7 (diff) | |
download | pandoc-ae3a5d5a75d05f735bed122f63577d4c9a46f96e.tar.gz |
Updated windows setup file.
Diffstat (limited to 'windows')
-rw-r--r-- | windows/pandoc-setup.iss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss index fc671da6c..708eabc47 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.5.1.1
+AppVerName=Pandoc 1.6
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
@@ -59,6 +59,7 @@ Source: "..\README.html"; DestDir: "{app}"; Flags: ignoreversion 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: "..\templates\*"; DestDir: "{app}\templates"; Flags: ignoreversion
Source: "..\data\*"; DestDir: "{app}\data"; Flags: ignoreversion
Source: "..\s5\default\*"; DestDir: "{app}\s5\default"; Flags: ignoreversion
|