Skip to content

Commit 3668168

Browse files
committed
oops
1 parent c2d0533 commit 3668168

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

EasyPackageAPI.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
99
<LangVersion>latest</LangVersion>
1010
<EasyDeliveryPath>/home/fab/.local/share/Steam/steamapps/common/Easy Delivery Co/</EasyDeliveryPath>
11-
<ModProfilePath>/home/fab/.local/share/com.kesomannen.gale/easy-delivery-co/profiles/Default/BepInEx/plugins/EasyPackageVariety</ModProfilePath>
11+
<ModProfilePath>/home/fab/.local/share/com.kesomannen.gale/easy-delivery-co/profiles/Default/BepInEx/plugins/EasyPackageAPI/</ModProfilePath>
1212
<RestoreAdditionalProjectSources>
1313
https://api.nuget.org/v3/index.json;
1414
https://nuget.bepinex.dev/v3/index.json;
@@ -52,6 +52,6 @@
5252
</ItemGroup>
5353

5454
<Target Name="PostBuild" AfterTargets="PostBuildEvent">
55-
<Exec Command="cp &quot;$(ProjectDir)bin/Debug/net472/EasyPackageVariety.dll&quot; &quot;$(ModProfilePath)/&quot;" />
55+
<Exec Command="cp &quot;$(ProjectDir)bin/Debug/net472/EasyPackageAPI.dll&quot; &quot;$(ModProfilePath)/&quot;" />
5656
</Target>
5757
</Project>

0 commit comments

Comments
 (0)