Skip to content

Commit

Permalink
fix: includes langauges folder for i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacTay committed Mar 15, 2023
1 parent e66747c commit 414a125
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Flow.Launcher.Plugin.FendCalculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@
<Content Include="Images\*.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

<ItemGroup>
<Folder Include="Images\" />
<Content Include="Languages\*.xaml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"Name": "FendCalculator",
"Description": "Arbitrary-precision unit-aware calculator. https://printfn.github.io/fend/",
"Author": "IsaacTay",
"Version": "1.0.0",
"Version": "1.0.1",
"Language": "csharp",
"Website": "https://github.com/IsaacTay/Flow.Launcher.Plugin.FendCalculator",
"IcoPath": "Images\\calculator.png",
Expand Down

0 comments on commit 414a125

Please sign in to comment.