We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f41ff commit 20df025Copy full SHA for 20df025
Flow.Launcher/Flow.Launcher.csproj
@@ -55,7 +55,9 @@
55
$(OutputPath)runtimes\maccatalyst-x64;
56
$(OutputPath)runtimes\osx;
57
$(OutputPath)runtimes\osx-arm64;
58
- $(OutputPath)runtimes\osx-x64"/>
+ $(OutputPath)runtimes\osx-x64;
59
+ $(OutputPath)runtimes\win-arm;
60
+ $(OutputPath)runtimes\win-arm64;"/>
61
</Target>
62
63
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -76,7 +78,9 @@
76
78
$(PublishDir)runtimes\maccatalyst-x64;
77
79
$(PublishDir)runtimes\osx;
80
$(PublishDir)runtimes\osx-arm64;
- $(PublishDir)runtimes\osx-x64"/>
81
+ $(PublishDir)runtimes\osx-x64;
82
+ $(PublishDir)runtimes\win-arm;
83
+ $(PublishDir)runtimes\win-arm64;"/>
84
85
86
<ItemGroup>
0 commit comments