Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Windows packaging fixes to use new stack.pkg.yaml.
  • Loading branch information
jgm committed Feb 12, 2017
1 parent 395f20a commit cc75635
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion windows/make-windows-installer.bat
@@ -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
Expand Down

0 comments on commit cc75635

Please sign in to comment.