Skip to content

Commit

Permalink
now u can install through lip
Browse files Browse the repository at this point in the history
  • Loading branch information
glibcxx committed Oct 4, 2024
1 parent 574d908 commit 844caa6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions tooth.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"format_version": 2,
"tooth": "figure-hack",
"tooth": "github.com/glibcxx/Figure-Hack",
"version": "0.1.0",
"info": {
"name": "No Name",
"description": "No Description",
"author": "me",
"tags": ["platform:levilamina", "type:mod"]
"tags": ["levilamina", "mod"]
},
"asset_url": "://",
"asset_url": "https://github.com/glibcxx/Figure-Hack/releases/download/v0.1.0/Figure-Hack-windows-x64.zip",
"prerequisites": {
"github.com/LiteLDev/LeviLamina": ">=0.13.4"
},
Expand All @@ -17,7 +17,7 @@
"place": [
{
"src": "figure_hack/*",
"dest": "plugins/figure-hack/"
"dest": "plugins/figure_hack/"
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if not has_config("vs_runtime") then
set_runtimes("MD")
end

target("figure-hack") -- Change this to your mod name.
target("figure_hack") -- Change this to your mod name.
add_cxflags(
"/EHa",
"/utf-8",
Expand Down

0 comments on commit 844caa6

Please sign in to comment.