Skip to content

Commit 28e0160

Browse files
committed
Update prepare-release.bat
1 parent 466c3c1 commit 28e0160

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prepare-release.bat

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ del /q "Steam Desktop Authenticator\bin\Release\ffmpegsumo.dll"
66
del /q "Steam Desktop Authenticator\bin\Release\d3dcompiler_43.dll"
77
del /q "Steam Desktop Authenticator\bin\Release\widevinecdmadapter.dll"
88

9-
REM Remove CEF locale files
9+
REM Remove CEF directories
1010
RD /S /Q "Steam Desktop Authenticator\bin\Release\locales\"
11+
RD /S /Q "Steam Desktop Authenticator\bin\Release\swiftshader\"
1112

1213
REM Remove CEF debug files
1314
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.BrowserSubprocess.Core.pdb"
@@ -21,6 +22,7 @@ del /q "Steam Desktop Authenticator\bin\Release\Newtonsoft.Json.xml"
2122
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.xml"
2223
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.WinForms.xml"
2324
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.Core.xml"
25+
del /q "Steam Desktop Authenticator\bin\Release\CommandLine.xml"
2426

2527
REM Remove ClickOnce app
2628
del /q "Steam Desktop Authenticator\bin\Release\Steam Desktop Authenticator.application"

0 commit comments

Comments
 (0)