File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Plugins/Flow.Launcher.Plugin.BrowserBookmark Expand file tree Collapse file tree 2 files changed +16
-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
+ $(PublishDir)runtimes\win-arm;
62
+ $(PublishDir)runtimes\win-arm64;
63
+ $(PublishDir)runtimes\win-x86;" />
61
64
</Target >
62
65
63
66
<Target Name =" RemoveUnnecessaryRuntimesAfterPublish" AfterTargets =" Publish" >
78
81
$(PublishDir)runtimes\maccatalyst-x64;
79
82
$(PublishDir)runtimes\osx;
80
83
$(PublishDir)runtimes\osx-arm64;
81
- $(PublishDir)runtimes\osx-x64" />
84
+ $(PublishDir)runtimes\osx-x64;
85
+ $(PublishDir)runtimes\win-arm;
86
+ $(PublishDir)runtimes\win-arm64;
87
+ $(PublishDir)runtimes\win-x86;" />
82
88
</Target >
83
89
84
90
<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
+ $(PublishDir)runtimes\win-arm;
59
+ $(PublishDir)runtimes\win-arm64;
60
+ $(PublishDir)runtimes\win-x86" />
58
61
</Target >
59
62
60
63
<Target Name =" RemoveUnnecessaryRuntimesAfterPublish" AfterTargets =" Publish" >
75
78
$(PublishDir)runtimes\maccatalyst-x64;
76
79
$(PublishDir)runtimes\osx;
77
80
$(PublishDir)runtimes\osx-arm64;
78
- $(PublishDir)runtimes\osx-x64" />
81
+ $(PublishDir)runtimes\osx-x64;
82
+ $(PublishDir)runtimes\win-arm;
83
+ $(PublishDir)runtimes\win-arm64;
84
+ $(PublishDir)runtimes\win-x86" />
79
85
</Target >
80
86
81
87
<ItemGroup >
You can’t perform that action at this time.
0 commit comments