Fix build scripts.
This commit is contained in:
@@ -1 +1 @@
|
||||
call bin/SS14.Launcher.exe
|
||||
call bin\SS14.Launcher.exe
|
||||
|
||||
@@ -28,5 +28,5 @@
|
||||
<PropertyGroup>
|
||||
<RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath>
|
||||
</PropertyGroup>
|
||||
<Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies" AfterTargets="Build" />
|
||||
<Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies;CopySwnfd" AfterTargets="Build" />
|
||||
</Project>
|
||||
|
||||
@@ -21,4 +21,9 @@
|
||||
<Reference Include="System.IO.Compression" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
<Import Project="..\RobustToolbox\MSBuild\Robust.Engine.targets" />
|
||||
<PropertyGroup>
|
||||
<RobustToolsPath>..\RobustToolbox\Tools\</RobustToolsPath>
|
||||
</PropertyGroup>
|
||||
<Target Name="RobustAfterBuild" DependsOnTargets="CopySS14Noise;CopyMiscDependencies;CopySwnfd" AfterTargets="Build" />
|
||||
</Project>
|
||||
|
||||
@@ -76,7 +76,7 @@ def main():
|
||||
build_windows()
|
||||
|
||||
if "linux" in platforms:
|
||||
#wipe_bin()
|
||||
wipe_bin()
|
||||
build_linux()
|
||||
|
||||
if "mac" in platforms:
|
||||
|
||||
Reference in New Issue
Block a user