Skip to content

Commit

Permalink
fixup: remove a dash
Browse files Browse the repository at this point in the history
  • Loading branch information
coloursofnoise committed Aug 30, 2021
1 parent 5152cfd commit 9139bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-postbuild.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dotnet $env:AGENT_TOOLSDIRECTORY/DepotDownloader.dll -app 504230 -beta opengl -u

Write-Output "Applying Everest patch"
Copy-Item -Path "$env:BUILD_ARTIFACTSTAGINGDIRECTORY/main/*" -Destination $LIB_STRIPPED -Recurse
Start-Process -FilePath "mono" --ArgumentList "Miniinstaller.exe" -WorkingDirectory "$LIB_STRIPPED"
Start-Process -FilePath "mono" -ArgumentList "Miniinstaller.exe" -WorkingDirectory "$LIB_STRIPPED"

Write-Output "Generating stripped files"
$files = Get-ChildItem -Path $LIB_STRIPPED* -Include *.dll,*.exe
Expand Down

0 comments on commit 9139bc8

Please sign in to comment.