mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 01:02:11 +08:00
Also rename the cake project in the bootstrap script
This commit is contained in:
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user