Skip to content

Commit 30f0b59

Browse files
committed
Don't capitalize stuff that should be lowercase
1 parent 54e31a3 commit 30f0b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PatchManager/Directory.Build.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<!-- Copying libaries to build directory -->
3333
<Message Text="Copying plugin dependencies to build directory"/>
34-
<Copy SourceFiles="$(NuGetPackageRoot)/Antlr4.Runtime.Standard/4.13.0/lib/netstandard2.0/Antlr4.Runtime.Standard.dll"
34+
<Copy SourceFiles="$(NuGetPackageRoot)/antlr4.runtime.standard/4.13.0/lib/netstandard2.0/Antlr4.Runtime.Standard.dll"
3535
DestinationFolder="$(SolutionDir)/dist/$(ConfigurationName)/BepInEx/plugins/$(ProjectName)/lib"/>
3636

3737
<!-- Copying compiled plugin to build directory -->

0 commit comments

Comments
 (0)