From 2ba200ee4f36c1c7072d9febaa374f5c572dc465 Mon Sep 17 00:00:00 2001 From: KIHARA Hideto Date: Mon, 29 Feb 2016 20:54:48 +0900 Subject: [PATCH] Update appveyor.yml: use cinst to install pandoc --- appveyor.yml | 3 +-- installer/_make_readme.cmd | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5f6a6eb7..40574cc1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,8 +3,7 @@ platform: # - x86 install: - - ps: (new-object net.webclient).DownloadFile('https://github.com/jgm/pandoc/releases/download/1.16.0.2/pandoc-1.16.0.2-windows.msi', 'pandoc.msi') - - ps: msiexec /i pandoc.msi /quiet /qn /norestart /log install.log + - cinst pandoc - installer\_solution_build.cmd - installer\_build.cmd diff --git a/installer/_make_readme.cmd b/installer/_make_readme.cmd index 141e94ad..79c7eba4 100644 --- a/installer/_make_readme.cmd +++ b/installer/_make_readme.cmd @@ -9,7 +9,7 @@ if not exist "%TARGETDIR%" mkdir "%TARGETDIR%" pushd .. -set DESCRIPTION=CorvusSKK +set DESCRIPTION=tsf-tutcode "%LocalAppData%\Pandoc\pandoc.exe" -s -f markdown_github-ascii_identifiers -t html5 -V lang:"ja" -V title-prefix:"%DESCRIPTION%" -V pagetitle:"Manual" -V title:"%DESCRIPTION% Manual" --self-contained -c "installer\resource-md\markdown.css" --columns=1024 --toc -o "installer\%TARGETDIR%\README.html" README.md