We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38a1e03 commit 2093ff9Copy full SHA for 2093ff9
BuildBin.vs2022.cmd
@@ -25,7 +25,7 @@ goto :eof
25
:BuildBin
26
27
del /s Build\%1\Release\darkmodelib\*.dll
28
-MSBuild darkmodedll.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
+MSBuild darkmodelib.sln /t:rebuild /p:Configuration=Release /p:Platform="%1" || pause
29
30
if exist "%SIGNBAT_PATH%" (
31
call "%SIGNBAT_PATH%" Build\%1\Release\darkmodelib\darkmode.dll
0 commit comments