fix: linux build

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-06-09 18:50:01 +08:00
parent 6f2a58ce18
commit 8e7de604ee
5 changed files with 27 additions and 28 deletions

View File

@@ -3,6 +3,6 @@
abstract class BuildData {
static const String name = "ServerBox";
static const int build = 1184;
static const int build = 1185;
static const int script = 63;
}