mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Use relative paths when packing icon and LICENSE
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="../../build/stylecop.json" />
|
||||
<None Include="$(SolutionDir)/LICENSE" Pack="true" PackagePath=""/>
|
||||
<None Include="$(SolutionDir)/build/tgs.ico" Pack="true" PackagePath=""/>
|
||||
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
|
||||
<None Include="../../build/tgs.ico" Pack="true" PackagePath=""/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
@@ -53,7 +53,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="../../build/stylecop.json" />
|
||||
<None Include="$(SolutionDir)/LICENSE" Pack="true" PackagePath=""/>
|
||||
<None Include="$(SolutionDir)/build/tgs.ico" Pack="true" PackagePath=""/>
|
||||
<None Include="../../LICENSE" Pack="true" PackagePath=""/>
|
||||
<None Include="../../build/tgs.ico" Pack="true" PackagePath=""/>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user