From 03a3f8381d276d3d9dc26c12c20aa127ab0a423a Mon Sep 17 00:00:00 2001 From: DavidXanatos Date: Wed, 12 Jul 2023 09:41:53 +0200 Subject: [PATCH] Update install_jom.cmd [skip ci] --- SandboxiePlus/install_jom.cmd | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/SandboxiePlus/install_jom.cmd b/SandboxiePlus/install_jom.cmd index 449f116a..4ef6e0d8 100644 --- a/SandboxiePlus/install_jom.cmd +++ b/SandboxiePlus/install_jom.cmd @@ -1,6 +1,10 @@ +if exist %~dp0..\..\Qt\Tools\QtCreator\bin\jom.exe goto done + curl -LsSO --output-dir %~dp0..\..\ https://download.qt.io/official_releases/jom/jom.zip "C:\Program Files\7-Zip\7z.exe" x -aoa -o%~dp0..\..\Qt\Tools\QtCreator\bin\ %~dp0..\..\jom.zip +:done + REM dir %~dp0..\..\ REM dir %~dp0..\..\Qt REM dir %~dp0..\..\Qt\Tools