Skip to content

Commit 3906fd4

Browse files
committed
Fix
1 parent 5108114 commit 3906fd4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@
5858
$(OutputPath)runtimes\osx;
5959
$(OutputPath)runtimes\osx-arm64;
6060
$(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;"/>
6464
</Target>
6565

6666
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
$(OutputPath)runtimes\osx;
5656
$(OutputPath)runtimes\osx-arm64;
5757
$(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;"/>
6161
</Target>
6262

6363
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">

0 commit comments

Comments
 (0)