Update install_jom.cmd

[skip ci]
This commit is contained in:
DavidXanatos 2023-07-12 09:41:53 +02:00 committed by GitHub
parent 582634c97a
commit 03a3f8381d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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