Skip to content

Commit

Permalink
Ultrakill - copy dll manually instead of using steam
Browse files Browse the repository at this point in the history
this is horrible and bad but i dont feel like making the CI download steam files etc. there is no nuget available for this game like there is for valheim
  • Loading branch information
diogotr7 committed Oct 16, 2023
1 parent dc80bb7 commit af2e366
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@
<LangVersion>latest</LangVersion>
</PropertyGroup>


<PropertyGroup>
<SteamLibraryPath>C:\Program Files (x86)\Steam\steamapps\common</SteamLibraryPath>
</PropertyGroup>

<ItemGroup>
<Reference Include="Assembly-CSharp">
<HintPath>$(SteamLibraryPath)\ULTRAKILL\ULTRAKILL_Data\Managed\Assembly-CSharp.dll</HintPath>
<HintPath>Assembly-CSharp.dll</HintPath>
<PrivateAssets>all</PrivateAssets>
</Reference>
</ItemGroup>
Expand Down
Binary file not shown.

0 comments on commit af2e366

Please sign in to comment.