Skip to content

Commit

Permalink
fix: fix manifest error
Browse files Browse the repository at this point in the history
  • Loading branch information
Singl-Daemon committed Feb 18, 2025
1 parent d9ed06e commit e669fd1
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",
"author": "GroupMountain",
"description": "FLoating Text",
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ add_repositories("groupmountain-repo https://github.com/GroupMountain/xmake-repo
add_repositories("liteldev-repo https://github.com/LiteLDev/xmake-repo.git")

add_requires(
"levilamina", {configs = {target_type = "server"}},
"levilamina 1.0.1", {configs = {target_type = "server"}},
"gmlib 0.13.10"
)

Expand Down

0 comments on commit e669fd1

Please sign in to comment.