mirror of
https://github.com/ppy/osu
synced 2024-12-22 06:50:42 +00:00
Also rename the cake project in the bootstrap script
This commit is contained in:
parent
0724b47334
commit
5abe3a0233
@ -54,7 +54,7 @@ if(!$PSScriptRoot){
|
||||
|
||||
# Resolve the paths for resources used for debugging.
|
||||
$TOOLS_DIR = Join-Path $PSScriptRoot "tools"
|
||||
$CAKE_CSPROJ = Join-Path $TOOLS_DIR "cakebootstrap.csproj"
|
||||
$CAKE_CSPROJ = Join-Path $TOOLS_DIR "cakebuild.csproj"
|
||||
|
||||
# Install the required tools locally.
|
||||
Write-Host "Restoring cake tools..."
|
||||
|
Loading…
Reference in New Issue
Block a user