From a405b291db6dd1b2b251104bbbfada80eb8cee9e Mon Sep 17 00:00:00 2001 From: Daniel G <19241189+DanGSun@users.noreply.github.com> Date: Sun, 14 Oct 2018 21:35:57 +0300 Subject: [PATCH] Update Telemachus.csproj --- Telemachus/Telemachus.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Telemachus/Telemachus.csproj b/Telemachus/Telemachus.csproj index 6fc204c..2a1b3c8 100644 --- a/Telemachus/Telemachus.csproj +++ b/Telemachus/Telemachus.csproj @@ -111,8 +111,8 @@ xcopy "$(ProjectDir)..\WebPages\WebPagesTest\src\*" "$(ProjectDir)..\ksp-telemac xcopy "$(ProjectDir)..\publish\GameData\*" "$(ProjectDir)..\ksp-telemachus-dev\GameData\" /e /y /i /r powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; $assets = Invoke-WebRequest -Uri https://api.github.com/repos/TeleIO/houston/releases/latest | ConvertFrom-Json; $assets = $assets.assets; iwr $assets.browser_download_url -OutFile h.zip; Expand-Archive -Path h.zip -DestinationPath houston;" dir -mkdir "$(ProjectDir)..\publish\GameData\Telemachus\Plugins\PluginData\Telemachus\houston" /e /y /i /r -xcopy "$(TargetDir)houston\*" "$(ProjectDir)..\publish\GameData\Telemachus\Plugins\PluginData\Telemachus\" +mkdir "$(ProjectDir)..\publish\GameData\Telemachus\Plugins\PluginData\Telemachus\houston" +xcopy "$(TargetDir)houston\*" "$(ProjectDir)..\publish\GameData\Telemachus\Plugins\PluginData\Telemachus\" /e /y /i /r