Skip to content

Commit

Permalink
Fix casing in EOBot output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanmoffat committed Feb 11, 2022
1 parent f56d5fd commit a021caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EOBot/EOBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
<OutputType>Exe</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<OutputPath>..\bin\$(Configuration)\Utils\EOBot\</OutputPath>
<OutputPath>..\bin\$(Configuration)\utils\EOBot\</OutputPath>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EOLib.Config\EOLib.Config.csproj" />
Expand Down

0 comments on commit a021caa

Please sign in to comment.