feat: merge to main #1

Merged
wed150 merged 27 commits from main into develop 2026-07-03 20:29:43 +08:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit 217c0d1342 - Show all commits
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1 - uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: latest xmake-version: 2.9.9
- run: | - run: |
xmake repo -u xmake repo -u
+2 -1
View File
@@ -16,7 +16,8 @@ jobs:
- uses: xmake-io/github-action-setup-xmake@v1 - uses: xmake-io/github-action-setup-xmake@v1
with: with:
xmake-version: latest xmake-version: 2.9.9
- run: | - run: |
xmake repo -u xmake repo -u
+1
View File
@@ -39,6 +39,7 @@ target("Cleaner") -- Change this to your mod name.
set_exceptions("none") set_exceptions("none")
set_kind("shared") set_kind("shared")
set_languages("cxx20") set_languages("cxx20")
set_symbols("debug")
after_build(function (target) after_build(function (target)
local mod_packer = import("scripts.after_build") local mod_packer = import("scripts.after_build")