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