Skip to content

Commit 8e1832e

Browse files
thrimborJayFoxRox
authored andcommitted
Fix project name in AppVeyor config
1 parent c747a30 commit 8e1832e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_build:
88
cd build
99
cmake .. -G "Visual Studio 15 2017"
1010
build:
11-
project: c:\projects\extract-xiso\build\Project.sln
11+
project: c:\projects\extract-xiso\build\extract-xiso.sln
1212
after_build:
1313
- cmd: |-
1414
cd %CONFIGURATION%

0 commit comments

Comments
 (0)