Skip to content

Commit

Permalink
Fix project name in AppVeyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
thrimbor authored and JayFoxRox committed Jun 15, 2020
1 parent c747a30 commit 8e1832e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ before_build:
cd build
cmake .. -G "Visual Studio 15 2017"
build:
project: c:\projects\extract-xiso\build\Project.sln
project: c:\projects\extract-xiso\build\extract-xiso.sln
after_build:
- cmd: |-
cd %CONFIGURATION%
Expand Down

0 comments on commit 8e1832e

Please sign in to comment.