Windows packaging fixes to use new stack.pkg.yaml.

This commit is contained in:
John MacFarlane 2017-02-12 22:04:53 +01:00
parent 395f20a048
commit cc75635bc9
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ clone_folder: "c:\\stack"
environment:
global:
STACK_ROOT: "c:\\sr"
STACK_YAML: "c:\\stack\\windows\\stack.yaml"
STACK_YAML: "c:\\stack\\stack.pkg.yaml"
WIXBIN: "c:\\Program Files (x86)\\WiX Toolset v3.10\\bin"
cache:

View file

@ -1,5 +1,5 @@
@echo off
stack install --test --stack-yaml ..\stack.pkg.yml
stack install --test --stack-yaml=..\stack.pkg.yml
if %errorlevel% neq 0 exit /b %errorlevel%
for /f "delims=" %%a in ('stack path --local-bin-path') do @set BINPATH=%%a
%BINPATH%\pandoc.exe -s --toc ..\MANUAL.txt -o MANUAL.html