Skip to content

Commit

Permalink
Update prepare-release.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jessecar96 committed Jan 29, 2020
1 parent 466c3c1 commit 28e0160
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion prepare-release.bat
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ del /q "Steam Desktop Authenticator\bin\Release\ffmpegsumo.dll"
del /q "Steam Desktop Authenticator\bin\Release\d3dcompiler_43.dll"
del /q "Steam Desktop Authenticator\bin\Release\widevinecdmadapter.dll"

REM Remove CEF locale files
REM Remove CEF directories
RD /S /Q "Steam Desktop Authenticator\bin\Release\locales\"
RD /S /Q "Steam Desktop Authenticator\bin\Release\swiftshader\"

REM Remove CEF debug files
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.BrowserSubprocess.Core.pdb"
Expand All @@ -21,6 +22,7 @@ del /q "Steam Desktop Authenticator\bin\Release\Newtonsoft.Json.xml"
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.xml"
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.WinForms.xml"
del /q "Steam Desktop Authenticator\bin\Release\CefSharp.Core.xml"
del /q "Steam Desktop Authenticator\bin\Release\CommandLine.xml"

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

0 comments on commit 28e0160

Please sign in to comment.