From 4a4110a4786b17c812e16beaeaac227b1569892a Mon Sep 17 00:00:00 2001 From: root Date: Sun, 7 Jun 2026 17:10:26 +0200 Subject: [PATCH] chore: update manifest and Nitro update script --- public/build/manifest.json | 4 ++-- update-Nitrov3.sh | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/public/build/manifest.json b/public/build/manifest.json index 6c28478..468404d 100644 --- a/public/build/manifest.json +++ b/public/build/manifest.json @@ -111,7 +111,7 @@ "src": "public/assets/images/profile/profile-bg.png" }, "resources/css/global.css": { - "file": "assets/global-waxZ23FQ.css", + "file": "assets/global-CfixNq9d.css", "name": "global", "names": [ "global.css" @@ -166,7 +166,7 @@ ] }, "resources/themes/atom/css/app.css": { - "file": "assets/app-BwtlzFKR.css", + "file": "assets/app-RokO-SZl.css", "name": "app", "names": [ "app.css" diff --git a/update-Nitrov3.sh b/update-Nitrov3.sh index 8f2df57..a1f8a0f 100755 --- a/update-Nitrov3.sh +++ b/update-Nitrov3.sh @@ -93,8 +93,12 @@ echo "--> Updating emulator launch file..." cd target/ cat << EOF > emulator -#!/bin/bash -java -Xmx2G -jar $JAR_FILE +#!/bin/sh +file_name_emulator=emulator.log +current_time=\$(date "+%H%M_%d-%m-%Y") +file_name=\$file_name_emulator.\$current_time +mv /var/log/emu/emulator.log /var/log/emu/\$file_name +java -Dfile.encoding=UTF8 -Xmx2G -jar $JAR_FILE EOF chmod +x emulator