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