We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891e2a7 commit f4f3e6eCopy full SHA for f4f3e6e
premake5.lua
@@ -39,5 +39,6 @@ workspace "MTADiag"
39
40
"src/**.cpp",
41
42
- "res/**.rc"
+ "res/**.rc",
43
+ "res/**.bat"
44
}
res/servicing.bat
@@ -332,11 +332,11 @@ del /s/q *.tmp ~*.* *.partial
332
@echo off
333
cd /d %temp%
334
for /r %%a in (*.*) do (
335
- del /f /q %~a
+ del /f /q "%%~a"
336
) >nul
337
cd /d "%UserProfile%\Local Settings\Temporary Internet Files
338
for /r %%b in (*.*) do (
339
- del /f /q %~b
+ del /f /q "%%~b"
340
341
342
del C:\Windows\Prefetch\*.* /Q
0 commit comments