Skip to content

Commit 0011a39

Browse files
run_desktop.sh: simplify
1 parent e0bef63 commit 0011a39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_desktop.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ else
5454
sed -i.backup -E 's/[[:space:]]*,?[[:space:]]*"auto_start_app"[[:space:]]*:[[:space:]]*"[^"]*"[[:space:]]*//g; s/\{[[:space:]]*,/\{/g; s/,[[:space:]]*\}/\}/g' "$CONFIG_FILE"
5555
fi
5656
fi
57-
"$binary" -X heapsize=$HEAPSIZE -v -i -c "$(cat main.py)"
57+
"$binary" -X heapsize=$HEAPSIZE -v -i -m main # internal_filesystem/main.py is frozen in and can't be changed at runtime
5858
fi
5959

6060
popd

0 commit comments

Comments
 (0)