diff --git a/xmake.lua b/xmake.lua index 5a928d5..b9184ee 100644 --- a/xmake.lua +++ b/xmake.lua @@ -8,7 +8,7 @@ if not has_config("vs_runtime") then end -- Option 1: Use the latest version of LeviLamina released on GitHub. -add_requires("levilaminalibrary") +add_requires("levilamina") add_requires("legacyremotecall") add_requires("gmlib 0.13.7") @@ -59,7 +59,7 @@ target("GMLIB-LegacyRemoteCallApi") -- Change this to your plugin name. "src" ) add_packages( - "levilaminalibrary", + "levilamina", "legacyremotecall", "gmlib" )