Skip to content

Commit

Permalink
meta: fix PunishLib cringe windows path
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaii committed Nov 4, 2023
1 parent 0b86595 commit ce7f1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion YesAlready/YesAlready.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<ItemGroup>
<ProjectReference Include="..\ECommons\ECommons\ECommons.csproj" />
<ProjectReference Include="..\ClickLib\ClickLib\ClickLib.csproj" />
<ProjectReference Include="..\punishLib\PunishLib\PunishLib.csproj" />
<ProjectReference Include="..\PunishLib\PunishLib\PunishLib.csproj" />
</ItemGroup>

<PropertyGroup Condition="'$(OS)' != 'Windows_NT' OR '$(CI)' == 'true'">
Expand Down

0 comments on commit ce7f1a2

Please sign in to comment.