From 87f20f11e220241ced3ba8a32d8d9867d2baebd9 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 14 Nov 2015 22:23:47 -0800 Subject: Use stack for Windows installer. --- windows/pandoc.wxs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'windows/pandoc.wxs') diff --git a/windows/pandoc.wxs b/windows/pandoc.wxs index c1465ffcf..d19ed81e1 100644 --- a/windows/pandoc.wxs +++ b/windows/pandoc.wxs @@ -41,11 +41,11 @@ KeyPath="yes"/> + Source="$(var.BINPATH)\pandoc.exe" /> + Source="COPYRIGHT.txt" /> + Source="COPYING.rtf" /> + Source="$(var.BINPATH)\pandoc-citeproc.exe" /> + Source="README.html" KeyPath="yes"> @@ -163,7 +163,7 @@ - + -- cgit v1.2.3