Skip to content

Commit

Permalink
Update appveyor.yml: use cinst to install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
deton committed Feb 29, 2016
1 parent cf02005 commit 2ba200e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion installer/_make_readme.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2ba200e

Please sign in to comment.