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