aboutsummaryrefslogtreecommitdiff
path: root/windows/pandoc-setup.iss
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 07:30:18 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2010-03-19 07:30:18 +0000
commitb8382f798d7866a3913e2ff421cdef797cba815b (patch)
tree8538588796c5b4eb2acb3acbc97dad134f1a5b28 /windows/pandoc-setup.iss
parent735aab1d95a68595c85a8bae4c2eb9cbc79d79e3 (diff)
downloadpandoc-b8382f798d7866a3913e2ff421cdef797cba815b.tar.gz
Changes to Windows installer.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1913 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'windows/pandoc-setup.iss')
-rw-r--r--windows/pandoc-setup.iss3
1 files changed, 1 insertions, 2 deletions
diff --git a/windows/pandoc-setup.iss b/windows/pandoc-setup.iss
index a196372ae..382ecc8b1 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.4
+AppVerName=Pandoc 1.5
AppPublisher=John MacFarlane
AppPublisherURL=http://johnmacfarlane.net/pandoc/
AppSupportURL=http://johnmacfarlane.net/pandoc/
@@ -54,7 +54,6 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Files]
Source: "..\dist\build\pandoc\pandoc.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
-Source: "..\dist\build\hsmarkdown\hsmarkdown.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\dist\build\markdown2pdf\markdown2pdf.exe"; DestDir: "{app}\bin"; Flags: ignoreversion
Source: "..\README.html"; DestDir: "{app}"; Flags: ignoreversion
Source: "..\COPYRIGHT.txt"; DestDir: "{app}"; Flags: ignoreversion