Skip to content

Commit 7e64aa5

Browse files
committed
Add default to PublishMacOSBundle to avoid error when publishing without extra args
1 parent a383722 commit 7e64aa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DiscordChatExporter.Gui/DiscordChatExporter.Gui.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
<CopyOutputSymbolsToPublishDirectory>false</CopyOutputSymbolsToPublishDirectory>
88
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
99
</PropertyGroup>
10+
<PropertyGroup>
11+
<PublishMacOSBundle>false</PublishMacOSBundle>
12+
</PropertyGroup>
1013
<ItemGroup>
1114
<AvaloniaResource Include="..\favicon.ico" Link="favicon.ico" />
1215
</ItemGroup>

0 commit comments

Comments
 (0)