Skip to content

Commit 5108114

Browse files
committed
Test1
1 parent 2e2d7fe commit 5108114

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$(OutputPath)runtimes\osx-x64;
5858
$(PublishDir)runtimes\win-arm;
5959
$(PublishDir)runtimes\win-arm64;
60-
$(PublishDir)runtimes\win-x86"/>
60+
$(PublishDir)runtimes\win-x86;"/>
6161
</Target>
6262

6363
<Target Name="RemoveUnnecessaryRuntimesAfterPublish" AfterTargets="Publish">
@@ -81,7 +81,7 @@
8181
$(PublishDir)runtimes\osx-x64;
8282
$(PublishDir)runtimes\win-arm;
8383
$(PublishDir)runtimes\win-arm64;
84-
$(PublishDir)runtimes\win-x86"/>
84+
$(PublishDir)runtimes\win-x86;"/>
8585
</Target>
8686

8787
<ItemGroup>

0 commit comments

Comments
 (0)