fix: chmod perm

This commit is contained in:
lollipopkit🏳️‍⚧️
2024-07-09 14:02:23 +08:00
parent 4b3c4870ba
commit 7e9086b20e
6 changed files with 30 additions and 31 deletions

View File

@@ -2,6 +2,6 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 992;
static const int script = 49;
static const int build = 1011;
static const int script = 50;
}