Skip to content

Commit

Permalink
Copy fonts to build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
FailedShack committed Mar 22, 2021
1 parent 615216a commit 12b376e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions USBHelperLauncher/USBHelperLauncher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,18 @@
<None Include="certs\ADD SERVER CERTIFICATES HERE">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="fonts\NotoSans\NotoSans-Bold.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="fonts\NotoSans\NotoSans-BoldItalic.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="fonts\NotoSans\NotoSans-Italic.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="fonts\NotoSans\NotoSans-Regular.ttf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="localeIndex.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
Expand All @@ -196,6 +208,9 @@
<Content Include="BasicFormatsForCore.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="fonts\NotoSans\LICENSE.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Icon.ico" />
<Content Include="innounp.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit 12b376e

Please sign in to comment.