Skip to content

Commit ac8e66c

Browse files
authored
Merge pull request #90 from ljzloser/master
创建 plugin_sdk 包,重构插件系统架构
2 parents 252289c + fd3d10d commit ac8e66c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2787
-1359
lines changed

build.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ echo.
2525
echo [3/3] Copy resources to metaminsweeper\
2626
copy /y "%OUT%\plugin_manager\plugin_manager.exe" "%DEST%\"
2727
xcopy /e /y /i "%OUT%\plugin_manager\_internal" "%DEST%\_internal" >nul
28+
xcopy /e /y /i "src\plugin_sdk" "%DEST%\plugin_sdk" >nul
2829
xcopy /e /y /i "src\plugin_manager" "%DEST%\plugin_manager" >nul
2930
xcopy /e /y /i "src\plugins" "%DEST%\plugins" >nul
3031
xcopy /e /y /i "src\shared_types" "%DEST%\shared_types" >nul

0 commit comments

Comments
 (0)