diff --git a/getFNA.ps1 b/getFNA.ps1 index 4a3c90d..6d005e3 100644 --- a/getFNA.ps1 +++ b/getFNA.ps1 @@ -195,9 +195,6 @@ add-line "${PSScriptRoot}\Nez\Nez.Portable\Nez.FNA.csproj" "`n`t`tfalse" 17 add-line "${PSScriptRoot}\Nez\Nez.ImGui\Nez.FNA.ImGui.csproj" "`n`t`tfalse" 17 -# Remove Nez logo entity -del-line "${PSScriptRoot}\$newProjectName\DefaultScene.cs" 18 22 - "Restoring..." Set-Location $PSScriptRoot dotnet restore "Nez/Nez.sln" @@ -208,4 +205,4 @@ msbuild -t:restore $newProjectName msbuild -t:buildcontent $newProjectName msbuild "${newProjectName}.sln" -read-host “Press ENTER to exit...” \ No newline at end of file +read-host “Press ENTER to exit...”