Skip to content

Commit

Permalink
Correct folder names
Browse files Browse the repository at this point in the history
  • Loading branch information
greyivy committed Nov 23, 2024
1 parent 607d938 commit 57b621f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OrnithologistsGuild/OrnithologistsGuild.csproj
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<!-- <GamePath>/Users/ivy/Applications/Stardew Valley.app/Contents/MacOS</GamePath> -->
<GamePath>/Users/ivy/Applications/Stardew Valley.app/Contents/MacOS</GamePath>
<AssemblyName>OrnithologistsGuild</AssemblyName>
<EnableHarmony>true</EnableHarmony>
<BundleExtraAssemblies>ThirdParty</BundleExtraAssemblies>
<!-- <ModFolderName>Ornithologists Guild</ModFolderName> -->
<ModFolderName>Ornithologists Guild</ModFolderName>
<Configurations>Release;Debug</Configurations>
</PropertyGroup>

Expand All @@ -16,7 +16,8 @@
</ItemGroup>

<ItemGroup>
<ContentPacks Include="../OrnithologistsGuild.CP" Version="1.9.4" />
<ContentPacks Include="../OrnithologistsGuild.CP" FolderName="[CP] Ornithologists Guild"
Version="1.9.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 57b621f

Please sign in to comment.