From 4090dc702559c42e87d5f3727477804c243852be Mon Sep 17 00:00:00 2001 From: Tsubasa6848 <116721335+Tsubasa6848@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:12:37 +0800 Subject: [PATCH] adapt: adapt GMLIB 0.8.0 --- SDK-GMLIB | 2 +- tooth.json | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tooth.json diff --git a/SDK-GMLIB b/SDK-GMLIB index fe6194d..72e596a 160000 --- a/SDK-GMLIB +++ b/SDK-GMLIB @@ -1 +1 @@ -Subproject commit fe6194d24e0bf104c049688d10c0e71ad2a124e0 +Subproject commit 72e596afb1fcca9c7bf0bdedc88535704bfb19a8 diff --git a/tooth.json b/tooth.json new file mode 100644 index 0000000..6788d0f --- /dev/null +++ b/tooth.json @@ -0,0 +1,28 @@ +{ + "format_version": 2, + "tooth": "github.com/GroupMountain/GMLIB-LegacyRemoteCallApi", + "version": "0.8.0", + "info": { + "name": "GMLIB-LegacyRemoteCallApi", + "description": "Legacy RemoteCall API for GMLIB", + "author": "GroupMountain Team", + "tags": [ + "LeviLamina", + "GMLIB", + "GMLIB-LegacyRemoteCallApi", + "Library" + ] + }, + "asset_url": "https://github.com/GroupMountain/GMLIB-LegacyRemoteCallApi/releases/download/v0.8.0/GMLIB-LegacyRemoteCallApi-windows-x64.zip", + "dependencies": { + "github.com/GroupMountain/GMLIB": ">=0.8.0" + }, + "files": { + "place": [ + { + "src": "GMLIB-LegacyRemoteCallApi/*", + "dest": "plugins/GMLIB-LegacyRemoteCallApi" + } + ] + } +} \ No newline at end of file