fix: constantly write script by sftp

This commit is contained in:
lollipopkit
2023-10-27 22:13:45 +08:00
parent 92bb653e81
commit c3ca5725a4
9 changed files with 37 additions and 41 deletions

View File

@@ -2,9 +2,9 @@
class BuildData {
static const String name = "ServerBox";
static const int build = 607;
static const String engine = "3.13.7";
static const String buildAt = "2023-10-22 14:20:27";
static const int modifications = 4;
static const int build = 611;
static const String engine = "3.13.8";
static const String buildAt = "2023-10-27 20:42:26";
static const int modifications = 7;
static const int script = 22;
}