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