commit
01c6011972
|
@ -26,7 +26,10 @@ IF %1 == ARM64 (
|
||||||
set qtPath=%~dp0..\..\Qt\%qt6_version%\msvc2019_arm64
|
set qtPath=%~dp0..\..\Qt\%qt6_version%\msvc2019_arm64
|
||||||
set instPath=%~dp0\SbiePlus_a64
|
set instPath=%~dp0\SbiePlus_a64
|
||||||
)
|
)
|
||||||
set redistPath=%VCToolsRedistDir%\%1\Microsoft.VC142.CRT
|
|
||||||
|
REM set redistPath=%VCToolsRedistDir%\%1\Microsoft.VC142.CRT
|
||||||
|
set redistPath=C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Redist\MSVC\%VCToolsVersion%\%1\Microsoft.VC142.CRT
|
||||||
|
|
||||||
@echo on
|
@echo on
|
||||||
|
|
||||||
set srcPath=%~dp0..\SandboxiePlus\Bin\%archPath%\Release
|
set srcPath=%~dp0..\SandboxiePlus\Bin\%archPath%\Release
|
||||||
|
|
Loading…
Reference in New Issue