Skip to content

Commit

Permalink
fix: fix manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ShrBox committed Dec 31, 2024
1 parent c9b08a9 commit 59f9553
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "${pluginName}",
"entry": "${pluginFile}",
"name": "${modName}",
"entry": "${modFile}",
"type": "native",
"description": "LLMoney, but adapted to LeviLamina",
"author": "LiteLDev",
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ option("target_type")
set_values("server", "client")
option_end()

target("legacy-money")
target("LegacyMoney")
add_rules("@levibuildscript/linkrule")
add_rules("@levibuildscript/modpacker")
add_cxflags( "/EHa", "/utf-8", "/W4", "/w44265", "/w44289", "/w44296", "/w45263", "/w44738", "/w45204")
Expand Down

0 comments on commit 59f9553

Please sign in to comment.