From e056056d2fe7c46aed3ddee29fa14d01e9f28a44 Mon Sep 17 00:00:00 2001 From: arm64v8a <48624112+arm64v8a@users.noreply.github.com> Date: Mon, 19 Jun 2023 13:16:43 +0900 Subject: [PATCH] 1.1.4 --- buildScript/lib/core/get_source_env.sh | 2 +- libcore/date.go | 2 +- libcore/nb4a.go | 2 +- nb4a.properties | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/buildScript/lib/core/get_source_env.sh b/buildScript/lib/core/get_source_env.sh index 25d4b38..ef5a97e 100644 --- a/buildScript/lib/core/get_source_env.sh +++ b/buildScript/lib/core/get_source_env.sh @@ -1,5 +1,5 @@ if [ ! -z $ENV_NB4A ]; then - export COMMIT_SING_BOX_EXTRA="da009b57ce228c47db8c8b6c9c699aa6eaba2945" + export COMMIT_SING_BOX_EXTRA="66e9fa6b85443e5a9d62bcffa2efadc1c033e912" fi if [ ! -z $ENV_SING_BOX_EXTRA ]; then diff --git a/libcore/date.go b/libcore/date.go index fc734e3..e84473d 100644 --- a/libcore/date.go +++ b/libcore/date.go @@ -8,7 +8,7 @@ import ( var outdated string func GetBuildTime() int64 { - buildDate := 20230604 + buildDate := 20230619 buildTime, _ := time.Parse("20060102", strconv.Itoa(buildDate)) return buildTime.Unix() } diff --git a/libcore/nb4a.go b/libcore/nb4a.go index adbac65..9c71e37 100644 --- a/libcore/nb4a.go +++ b/libcore/nb4a.go @@ -59,7 +59,7 @@ func InitCore(process, cachePath, internalAssets, externalAssets string, maxLogSizeKb = 50 } neko_log.LogWriterDisable = !logEnable - // neko_log.NB4AGuiLogWriter = iif.(io.Writer) + neko_log.TruncateOnStart = isBgProcess neko_log.SetupLog(int(maxLogSizeKb)*1024, filepath.Join(cachePath, "neko.log")) boxmain.DisableColor() diff --git a/nb4a.properties b/nb4a.properties index c74840b..b50a543 100644 --- a/nb4a.properties +++ b/nb4a.properties @@ -1,3 +1,3 @@ PACKAGE_NAME=moe.nb4a -VERSION_NAME=1.1.3 -VERSION_CODE=18 +VERSION_NAME=1.1.4 +VERSION_CODE=19