From 16ca7be2ea4bd6bd6c84961462483f0eaa76de96 Mon Sep 17 00:00:00 2001 From: fufesou Date: Wed, 24 May 2023 19:54:44 +0800 Subject: [PATCH] copy runtime broker on portable Signed-off-by: fufesou --- libs/portable/src/main.rs | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/libs/portable/src/main.rs b/libs/portable/src/main.rs index 13dd0c3dc..ca335363f 100644 --- a/libs/portable/src/main.rs +++ b/libs/portable/src/main.rs @@ -30,6 +30,8 @@ fn setup(reader: BinaryReader, dir: Option, clear: bool) -> Option