Skip to content

Commit a4c11df

Browse files
committed
use ready to run
1 parent 94a0477 commit a4c11df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher/Properties/PublishProfiles/Net5-SelfContained.pubxml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
1212
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
1313
<SelfContained>true</SelfContained>
1414
<PublishSingleFile>False</PublishSingleFile>
15-
<PublishReadyToRun>False</PublishReadyToRun>
16-
<PublishTrimmed>True</PublishTrimmed>
15+
<PublishReadyToRun>True</PublishReadyToRun>
16+
<PublishTrimmed>False</PublishTrimmed>
1717
</PropertyGroup>
1818
</Project>

0 commit comments

Comments
 (0)