mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Replace Deploy with Publish in BrowserBookmark plugin's .csproj
This commit is contained in:
parent
3cb28d14a1
commit
87bca71227
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
$(OutputPath)runtimes\osx-x64"/>
|
||||
</Target>
|
||||
|
||||
<Target Name="RemoveUnnecessaryRuntimesAfterDeploy" AfterTargets="Deploy">
|
||||
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
|
||||
<RemoveDir Directories="$(PublishDir)runtimes\browser-wasm;
|
||||
$(PublishDir)runtimes\linux-arm;
|
||||
$(PublishDir)runtimes\linux-arm64;
|
||||
|
|
|
|||
Loading…
Reference in a new issue