Andy Li пре 8 година
родитељ
комит
a8111bf8ff
2 измењених фајлова са 2 додато и 2 уклоњено
  1. 1 1
      README.md
  2. 1 1
      appveyor.yml

+ 1 - 1
README.md

@@ -1,6 +1,6 @@
 # HashLink
 
 [![TravisCI Build Status](https://travis-ci.org/HaxeFoundation/hashlink.svg?branch=master)](https://travis-ci.org/HaxeFoundation/hashlink)
-[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/HaxeFoundation/hl?branch=master&svg=true)](https://ci.appveyor.com/project/HaxeFoundation/hl)
+[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/HaxeFoundation/hashlink?branch=master&svg=true)](https://ci.appveyor.com/project/HaxeFoundation/hashlink)
 
 HashLink is a virtual machine for Haxe http://hashlink.haxe.org

+ 1 - 1
appveyor.yml

@@ -26,7 +26,7 @@ install:
 
 build_script:
   # if "%builder%"=="vc" 
-  - if "%builder%"=="vc"      msbuild hldll.vcxproj         /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
+  - if "%builder%"=="vc"      msbuild libhl.vcxproj         /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
   - if "%builder%"=="vc"      msbuild hl.vcxproj            /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
   - if "%builder%"=="vc"      msbuild libs/fmt/fmt.vcxproj  /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
   - if "%builder%"=="vc"      msbuild libs/sdl/sdl.vcxproj  /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"