Skip to content

Commit

Permalink
Fix appveyor path
Browse files Browse the repository at this point in the history
  • Loading branch information
pevisscher committed Jan 18, 2017
1 parent 449ff60 commit e92d936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/appveyor-build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if "%TYPE%" == "zpm" (

msbuild zpm/BSPLib-ZPM.sln || exit /b 1

test\bin\x86\bsp-zpm-test.exe || exit /b 1
bin\x86\bsp-zpm-test.exe || exit /b 1
) else (
zpm install-package --allow-install --allow-module || exit /b 1
zpm %VSTUD% --allow-install || exit /b 1
Expand Down

0 comments on commit e92d936

Please sign in to comment.