File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 57
57
$(OutputPath)runtimes\maccatalyst-x64;
58
58
$(OutputPath)runtimes\osx;
59
59
$(OutputPath)runtimes\osx-arm64;
60
- $(OutputPath)runtimes\osx-x64" />
60
+ $(OutputPath)runtimes\osx-x64;
61
+ $(OutputPath)runtimes\win-arm;
62
+ $(OutputPath)runtimes\win-arm64;" />
61
63
</Target >
62
64
63
65
<Target Name =" RemoveUnnecessaryRuntimesAfterPublish" AfterTargets =" Publish" >
78
80
$(PublishDir)runtimes\maccatalyst-x64;
79
81
$(PublishDir)runtimes\osx;
80
82
$(PublishDir)runtimes\osx-arm64;
81
- $(PublishDir)runtimes\osx-x64" />
83
+ $(PublishDir)runtimes\osx-x64;
84
+ $(PublishDir)runtimes\win-arm;
85
+ $(PublishDir)runtimes\win-arm64;" />
82
86
</Target >
83
87
84
88
<ItemGroup >
Original file line number Diff line number Diff line change 54
54
$(OutputPath)runtimes\maccatalyst-x64;
55
55
$(OutputPath)runtimes\osx;
56
56
$(OutputPath)runtimes\osx-arm64;
57
- $(OutputPath)runtimes\osx-x64" />
57
+ $(OutputPath)runtimes\osx-x64;
58
+ $(OutputPath)runtimes\win-arm;
59
+ $(OutputPath)runtimes\win-arm64;" />
58
60
</Target >
59
61
60
62
<Target Name =" RemoveUnnecessaryRuntimesAfterPublish" AfterTargets =" Publish" >
75
77
$(PublishDir)runtimes\maccatalyst-x64;
76
78
$(PublishDir)runtimes\osx;
77
79
$(PublishDir)runtimes\osx-arm64;
78
- $(PublishDir)runtimes\osx-x64" />
80
+ $(PublishDir)runtimes\osx-x64;
81
+ $(PublishDir)runtimes\win-arm;
82
+ $(PublishDir)runtimes\win-arm64;" />
79
83
</Target >
80
84
81
85
<ItemGroup >
You can’t perform that action at this time.
0 commit comments