Add truecraft launcher script for Unix systems
This commit is contained in:
parent
1a04429974
commit
2f37defba1
@ -103,6 +103,9 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="packages.config" />
|
||||
<None Include="truecraft">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Content\truecraft-logo.png" />
|
||||
|
2
TrueCraft.Launcher/truecraft
Executable file
2
TrueCraft.Launcher/truecraft
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
mono ./TrueCraft.Launcher.exe
|
Reference in New Issue
Block a user