Compare commits
6 Commits
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: 2.9.9
|
||||
xmake-version: 3.0.0
|
||||
|
||||
- run: |
|
||||
xmake repo -u
|
||||
|
||||
@@ -16,7 +16,7 @@ jobs:
|
||||
|
||||
- uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
xmake-version: 2.9.9
|
||||
xmake-version: 3.0.0
|
||||
|
||||
- run: |
|
||||
xmake repo -u
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
"name": "${modName}",
|
||||
"entry": "${modFile}",
|
||||
"type": "native",
|
||||
"version": "0.13.6",
|
||||
"version": "0.13.8",
|
||||
"author": "GroupMountain",
|
||||
"description": "Clean Entities",
|
||||
"dependencies": [
|
||||
|
||||
+4
-4
@@ -2,7 +2,7 @@
|
||||
"format_version": 3,
|
||||
"format_uuid": "289f771f-2c9a-4d73-9f3f-8492495a924d",
|
||||
"tooth": "github.com/GroupMountain/Cleaner",
|
||||
"version": "0.13.6",
|
||||
"version": "0.13.8",
|
||||
"info": {
|
||||
"name": "Cleaner",
|
||||
"description": "A Powerful Entities Cleaning up Mod for BDS",
|
||||
@@ -18,14 +18,14 @@
|
||||
"label": "",
|
||||
"platform": "win-x64",
|
||||
"dependencies": {
|
||||
"github.com/GroupMountain/GMLIB": ">=1.2.0-rc.1",
|
||||
"github.com/MiracleForest/iListenAttentively-Release": ">=0.5.0-rc.1"
|
||||
"github.com/GroupMountain/GMLIB": ">=1.4.0",
|
||||
"github.com/MiracleForest/iListenAttentively-Release": ">=0.7.0"
|
||||
},
|
||||
"assets": [
|
||||
{
|
||||
"type": "zip",
|
||||
"urls": [
|
||||
"https://github.com/GroupMountain/Cleaner/releases/download/v0.13.6/Cleaner-windows-x64.zip"
|
||||
"https://github.com/GroupMountain/Cleaner/releases/download/v0.13.8/Cleaner-windows-x64.zip"
|
||||
],
|
||||
"placements": [
|
||||
{
|
||||
|
||||
@@ -9,10 +9,10 @@ if not has_config("vs_runtime") then
|
||||
end
|
||||
|
||||
-- Option 1: Use the latest version of LeviLamina released on GitHub.
|
||||
add_requires("levilamina 1.2.0")
|
||||
add_requires("levibuildscript 0.4.0")
|
||||
add_requires("gmlib 1.2.0-rc.1")
|
||||
add_requires("ilistenattentively 0.5.0-rc.1")
|
||||
add_requires("levilamina 1.4.1")
|
||||
add_requires("levibuildscript")
|
||||
add_requires("gmlib 1.4.0")
|
||||
add_requires("ilistenattentively 0.7.0")
|
||||
|
||||
target("Cleaner") -- Change this to your mod name.
|
||||
add_cxflags(
|
||||
|
||||
Reference in New Issue
Block a user