From 0834eb11353d48e36ff82dce6778ffe645d7fca5 Mon Sep 17 00:00:00 2001 From: okrc Date: Tue, 18 Oct 2022 21:37:26 +0800 Subject: [PATCH 1/2] Fixed https://github.com/sandboxie-plus/Sandboxie/issues/2357 --- SandboxiePlus/SandMan/Views/SbieView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SandboxiePlus/SandMan/Views/SbieView.cpp b/SandboxiePlus/SandMan/Views/SbieView.cpp index 4ae9c243..f92d652a 100644 --- a/SandboxiePlus/SandMan/Views/SbieView.cpp +++ b/SandboxiePlus/SandMan/Views/SbieView.cpp @@ -1234,7 +1234,7 @@ void CSbieView::OnSandBoxAction(QAction* Action, const QList& SandB if (!TestNameAndWarn(Value)) return; - SB_STATUS Status = SandBoxes.first()->RenameBox(Value); + SB_STATUS Status = SandBoxes.first()->RenameBox(Value.replace(" ", "_")); if (!Status.IsError()) RenameItem(OldValue.replace(" ", "_"), Value.replace(" ", "_")); Results.append(Status); From eb86b59208e17cfabc14f90f6f73512d04911029 Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Wed, 19 Oct 2022 08:51:43 +0200 Subject: [PATCH 2/2] Update copy_build.cmd --- Installer/copy_build.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installer/copy_build.cmd b/Installer/copy_build.cmd index cbe12129..15ac188d 100644 --- a/Installer/copy_build.cmd +++ b/Installer/copy_build.cmd @@ -38,8 +38,8 @@ copy "%redistPath%\*" %instPath%\ ECHO Copying Qt libraries -REM IF NOT %archPath% == ARM64 ( -IF %archPath% == Win32 ( +IF NOT %archPath% == ARM64 ( +REM IF %archPath% == Win32 ( copy %qtPath%\bin\Qt5Core.dll %instPath%\ copy %qtPath%\bin\Qt5Gui.dll %instPath%\ copy %qtPath%\bin\Qt5Network.dll %instPath%\