From 844caa6642b152f7b7b14584e91a3be511b35773 Mon Sep 17 00:00:00 2001 From: "std::move()" <102883015+glibcxx@users.noreply.github.com> Date: Fri, 4 Oct 2024 13:28:57 +0800 Subject: [PATCH] now u can install through lip --- tooth.json | 8 ++++---- xmake.lua | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tooth.json b/tooth.json index d24e1fb..c6f127a 100644 --- a/tooth.json +++ b/tooth.json @@ -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" }, @@ -17,7 +17,7 @@ "place": [ { "src": "figure_hack/*", - "dest": "plugins/figure-hack/" + "dest": "plugins/figure_hack/" } ] } diff --git a/xmake.lua b/xmake.lua index d63ca39..ee10622 100644 --- a/xmake.lua +++ b/xmake.lua @@ -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",