From 1fe24eeb1275d6e067613469ebbe8dbb5d5b946b Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Tue, 16 Apr 2019 13:22:18 +0200 Subject: [PATCH] Fix some errors due to engine rename. --- .travis.yml | 4 ++-- ...4Content.sln.DotSettings => SpaceStation14.sln.DotSettings | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename SpaceStation14Content.sln.DotSettings => SpaceStation14.sln.DotSettings (100%) diff --git a/.travis.yml b/.travis.yml index 2b37e294c5..eb03e4501d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,13 +28,13 @@ cache: before_script: #- "if [ $TRAVIS_OS_NAME = linux ]; then pyenv shell 3.6; fi" - "python3.5 -m pip install --user requests" -- "nuget restore SpaceStation14Content.sln" +- "nuget restore SpaceStation14.sln" - "python3.5 RUN_THIS.py --no-prompt" - "RobustToolbox/Tools/download_godotsharp.py" script: # Prevent people from putting in textures/ (lowercase). - "if [ -d Resources/textures ]; then exit 1; fi" -- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /p:Configuratio=Debug /nologo /m /p:AllowMissingMacNatives=yes SpaceStation14Content.sln /p:Python=python3.5" +- "msbuild /p:Configuration=Debug /p:Platform=x64 /p:HEADLESS=1 /nologo /m SpaceStation14.sln /p:Python=python3.5" diff --git a/SpaceStation14Content.sln.DotSettings b/SpaceStation14.sln.DotSettings similarity index 100% rename from SpaceStation14Content.sln.DotSettings rename to SpaceStation14.sln.DotSettings