This commit is contained in:
arm64v8a 2023-06-19 13:16:43 +09:00
parent 514f37c805
commit e056056d2f
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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()
}

View File

@ -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()

View File

@ -1,3 +1,3 @@
PACKAGE_NAME=moe.nb4a
VERSION_NAME=1.1.3
VERSION_CODE=18
VERSION_NAME=1.1.4
VERSION_CODE=19