File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed
Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1616 include :
1717 - os : macos-13
1818 - os : macos-14
19+ - os : macos-15
1920 runs-on : ${{ matrix.os }}
2021
2122 steps :
4344 chmod 777 *
4445 ./XEngine_LINEnv.sh -i 3
4546 - name : Set up Dependency Arm64 Environment
46- if : matrix.os == 'macos-14'
47+ if : matrix.os == 'macos-14' || matrix.os == 'macos-15'
4748 run : |
4849 cd libxengine
4950 chmod 777 *
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ copy /y "%XEngine_LibArm64%\XEngine_Core\XEngine_ManagePool.dll" "./"
77copy /y " %XEngine_LibArm64% \XEngine_Core\XEngine_Cryption.dll" " ./"
88:: Websocket,http need this module
99copy /y " %XEngine_LibArm64% \XEngine_SystemSdk\XEngine_SystemApi.dll" " ./"
10+ copy /y " %XEngine_LibArm64% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1011:: center need this module
1112copy /y " %XEngine_LibArm64% \XEngine_NetHelp\NetHelp_APIHelp.dll" " ./"
1213copy /y " %XEngine_LibArm64% \XEngine_HelpComponents\HelpComponents_Packets.dll" " ./"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ copy /y "D:\\XEngine\\XEngine_SourceCode\\Debug\\XEngine_ManagePool.dll" "./"
77copy /y " D:\\XEngine\\XEngine_SourceCode\\Debug\\XEngine_OPenSsl.dll" " ./"
88:: Websocket,http need this module
99copy /y " D:\\XEngine\\XEngine_SourceCode\\Debug\\XEngine_SystemApi.dll" " ./"
10+ copy /y " D:\\XEngine\\XEngine_SourceCode\\Debug\\XEngine_SystemConfig.dll" " ./"
1011:: center need this module
1112copy /y " D:\\XEngine\\XEngine_SourceCode\\Debug\\HelpComponents_Packets.dll" " ./"
1213copy /y " D:\\XEngine\\XEngine_SourceCode\\Debug\\HelpComponents_XLog.dll" " ./"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ copy /y "%XEngine_Lib64%\XEngine_Core\XEngine_ManagePool.dll" "./"
77copy /y " %XEngine_Lib64% \XEngine_Core\XEngine_Cryption.dll" " ./"
88:: Websocket,http need this module
99copy /y " %XEngine_Lib64% \XEngine_SystemSdk\XEngine_SystemApi.dll" " ./"
10+ copy /y " %XEngine_Lib64% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1011:: center need this module
1112copy /y " %XEngine_Lib64% \XEngine_NetHelp\NetHelp_APIHelp.dll" " ./"
1213copy /y " %XEngine_Lib64% \XEngine_HelpComponents\HelpComponents_Packets.dll" " ./"
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ copy /y "%XEngine_Lib32%\XEngine_Core\XEngine_ManagePool.dll" "./"
77copy /y " %XEngine_Lib32% \XEngine_Core\XEngine_Cryption.dll" " ./"
88:: Websocket,http need this module
99copy /y " %XEngine_Lib32% \XEngine_SystemSdk\XEngine_SystemApi.dll" " ./"
10+ copy /y " %XEngine_Lib32% \XEngine_SystemSdk\XEngine_SystemConfig.dll" " ./"
1011:: center need this module
1112copy /y " %XEngine_Lib32% \XEngine_NetHelp\NetHelp_APIHelp.dll" " ./"
1213copy /y " %XEngine_Lib32% \XEngine_HelpComponents\HelpComponents_Packets.dll" " ./"
You can’t perform that action at this time.
0 commit comments