Skip to content

Commit 2093ff9

Browse files
committed
Update BuildBin.vs2022.cmd
1 parent 38a1e03 commit 2093ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildBin.vs2022.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ goto :eof
2525
:BuildBin
2626

2727
del /s Build\%1\Release\darkmodelib\*.dll
28-
MSBuild darkmodedll.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
28+
MSBuild darkmodelib.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
2929

3030
if exist "%SIGNBAT_PATH%" (
3131
call "%SIGNBAT_PATH%" Build\%1\Release\darkmodelib\darkmode.dll

0 commit comments

Comments
 (0)