Skip to content

Commit 87bca71

Browse files
committed
Replace Deploy with Publish in BrowserBookmark plugin's .csproj
1 parent 3cb28d1 commit 87bca71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
$(OutputPath)runtimes\osx-x64"/>
5656
</Target>
5757

58-
<Target Name="RemoveUnnecessaryRuntimesAfterDeploy" AfterTargets="Deploy">
58+
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
5959
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
6060
$(PublishDir)runtimes\linux-arm;
6161
$(PublishDir)runtimes\linux-arm64;

0 commit comments

Comments
 (0)