diff --git a/lua_probject/EasyHook.dll b/lua_probject/EasyHook.dll deleted file mode 100644 index d0f5cfda..00000000 Binary files a/lua_probject/EasyHook.dll and /dev/null differ diff --git a/lua_probject/base_project/Main.lua b/lua_probject/base_project/Main.lua index 22ab35b9..9d51de01 100644 --- a/lua_probject/base_project/Main.lua +++ b/lua_probject/base_project/Main.lua @@ -40,7 +40,7 @@ function Main() if true then local suc = pcall(function() - local path = Application.streamingAssetsPath .. "/../../../lua_probject" + local path = Application.streamingAssetsPath .. "/../../.." package.cpath = package.cpath .. ";" .. path .. "/?.dll" local dbg = require("emmy_core") dbg.tcpConnect('localhost', 9966) diff --git a/lua_probject/emmy_core.dll b/lua_probject/emmy_core.dll deleted file mode 100644 index 4376aeb3..00000000 Binary files a/lua_probject/emmy_core.dll and /dev/null differ diff --git a/lua_probject/emmy_hook.dll b/lua_probject/emmy_hook.dll deleted file mode 100644 index 2d1dec0b..00000000 Binary files a/lua_probject/emmy_hook.dll and /dev/null differ diff --git a/lua_probject/emmy_tool.exe b/lua_probject/emmy_tool.exe deleted file mode 100644 index 605e9a91..00000000 Binary files a/lua_probject/emmy_tool.exe and /dev/null differ