Skip to content

Commit

Permalink
Updated thorn.csproj; New version
Browse files Browse the repository at this point in the history
Build will now preserve the newest config file
  • Loading branch information
chamik committed Jun 24, 2021
1 parent 0b10450 commit 9b9e33e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion thorn/Config/pairs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"INFO": "**Verze:** v2.3\n**Repozitář:** https://github.com/scp-cs/Thorn",
"INFO": "**Verze:** v2.4\n**Repozitář:** https://github.com/scp-cs/Thorn",

"WELCOME_CHANNEL_ID": "666672988883779585",
"NEWS_CHANNEL_ID": "537063810121334784",
Expand Down
8 changes: 4 additions & 4 deletions thorn/thorn.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@

<ItemGroup>
<None Update="Config\pairs.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Media\stop.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Config\config.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Config\daily.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Config\feeds.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>

Expand Down

0 comments on commit 9b9e33e

Please sign in to comment.