Skip to content

Commit

Permalink
Moved dobby.dll to "MelonLoader\Dependencies\" for easier reinstallation
Browse files Browse the repository at this point in the history
  • Loading branch information
HerpDerpinstine committed Oct 11, 2024
1 parent 107ef73 commit 934b1d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
xcopy BaseLibs\net6 Output\Debug\x64\MelonLoader\net6\ /E /H /Y
echo.
echo Copying Dobby x64...
xcopy BaseLibs\dobby_x64.dll Output\Debug\x64\dobby.dll*
xcopy BaseLibs\dobby_x64.dll Output\Debug\x64\MelonLoader\Dependencies\dobby.dll*
echo.
echo Copying documentation files...
copy NOTICE.txt Output\Debug\x64
Expand Down Expand Up @@ -226,7 +226,7 @@ jobs:
xcopy BaseLibs\net6 Output\Debug\x86\MelonLoader\net6\ /E /H /Y
echo.
echo Copying Dobby x86...
xcopy BaseLibs\dobby_x86.dll Output\Debug\x86\dobby.dll*
xcopy BaseLibs\dobby_x86.dll Output\Debug\x86\MelonLoader\Dependencies\dobby.dll*
echo.
echo Copying documentation files...
copy NOTICE.txt Output\Debug\x86
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
xcopy BaseLibs\net6 Output\Release\x64\MelonLoader\net6\ /E /H /Y
echo.
echo Copying Dobby x64...
xcopy BaseLibs\dobby_x64.dll Output\Release\x64\dobby.dll*
xcopy BaseLibs\dobby_x64.dll Output\Release\x64\MelonLoader\Dependencies\dobby.dll*
echo.
echo Copying documentation files...
copy NOTICE.txt Output\Release\x64
Expand Down Expand Up @@ -318,7 +318,7 @@ jobs:
xcopy BaseLibs\net6 Output\Release\x86\MelonLoader\net6\ /E /H /Y
echo.
echo Copying Dobby x86...
xcopy BaseLibs\dobby_x86.dll Output\Release\x86\dobby.dll*
xcopy BaseLibs\dobby_x86.dll Output\Release\x86\MelonLoader\Dependencies\dobby.dll*
echo.
echo Copying documentation files...
copy NOTICE.txt Output\Release\x86
Expand Down

0 comments on commit 934b1d7

Please sign in to comment.