Skip to content

Commit 9dc32ae

Browse files
committed
fix: update project file to always copy media files to output directory
1 parent fcb226b commit 9dc32ae

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

Morpheus.csproj

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,10 @@
5959
<ItemGroup>
6060
<None Include="C:\Users\Vycto\Documents\GitHub\Morpheus\.editorconfig" />
6161
</ItemGroup>
62+
63+
<ItemGroup>
64+
<None Update="Media\**">
65+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
66+
</None>
67+
</ItemGroup>
6268
</Project>

Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@
8787
.WithSimpleSchedule(x => x.WithInterval(TimeSpan.FromMinutes(1)).RepeatForever())
8888
);
8989

90-
// Run daily job to ensure the bot avatar is correct for season (e.g., Xmas)
9190
q.ScheduleJob<BotAvatarJob>(trigger => trigger
9291
.WithIdentity("botAvatarDaily", "discord")
9392
.StartNow()

0 commit comments

Comments
 (0)