Skip to content

Commit

Permalink
Update Telemachus.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
dsolmann authored Oct 14, 2018
1 parent 6392333 commit a405b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Telemachus/Telemachus.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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

</PostBuildEvent>
</PropertyGroup>
Expand Down

0 comments on commit a405b29

Please sign in to comment.