From 0011a391ea98159b6e0d480ca0910035e2f65cc1 Mon Sep 17 00:00:00 2001 From: Thomas Farstrike Date: Sat, 21 Mar 2026 00:01:06 +0100 Subject: [PATCH] run_desktop.sh: simplify --- scripts/run_desktop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_desktop.sh b/scripts/run_desktop.sh index 1497cf57..537737dd 100755 --- a/scripts/run_desktop.sh +++ b/scripts/run_desktop.sh @@ -54,7 +54,7 @@ else sed -i.backup -E 's/[[:space:]]*,?[[:space:]]*"auto_start_app"[[:space:]]*:[[:space:]]*"[^"]*"[[:space:]]*//g; s/\{[[:space:]]*,/\{/g; s/,[[:space:]]*\}/\}/g' "$CONFIG_FILE" fi fi - "$binary" -X heapsize=$HEAPSIZE -v -i -c "$(cat main.py)" + "$binary" -X heapsize=$HEAPSIZE -v -i -m main # internal_filesystem/main.py is frozen in and can't be changed at runtime fi popd