Skip to content

Commit

Permalink
Update icon path
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 11, 2023
1 parent 66dae96 commit 02a1ca7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion nuget/FsLexYacc.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ summary
Tools for FsLex/FsYacc lexer/parser generation tools
licenseurl https://github.com/fsprojects/FsLexYacc/blob/master/LICENSE.txt
projecturl https://github.com/fsprojects/FsLexYacc
iconurl https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/files/img/logo.png
iconurl https://raw.githubusercontent.com/fsprojects/FsLexYacc/master/docs/img/logo.png
tags
F#, fsharp, yacc, fsyacc, lex, parsing, lexing, fslex
files
Expand Down
2 changes: 1 addition & 1 deletion src/FsLex.Core/FsLex.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Compile Include="fslexpars.fs" />
<Compile Include="fslexlex.fs" />
<Compile Include="fslexdriver.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/FsLexYacc.Runtime/FsLexYacc.Runtime.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<Compile Include="Lexing.fs" />
<Compile Include="Parsing.fsi" />
<Compile Include="Parsing.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
2 changes: 1 addition & 1 deletion src/FsYacc.Core/FsYacc.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<Compile Include="fsyaccpars.fs" />
<Compile Include="fsyacclex.fs" />
<Compile Include="fsyaccdriver.fs" />
<Content Include="../../docs/files/img/logo.png" PackagePath="logo.png" />
<Content Include="../../docs/img/logo.png" PackagePath="logo.png" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 02a1ca7

Please sign in to comment.