diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj
index fe84b5e1e19..fa23d888667 100644
--- a/Flow.Launcher/Flow.Launcher.csproj
+++ b/Flow.Launcher/Flow.Launcher.csproj
@@ -57,7 +57,9 @@
$(OutputPath)runtimes\maccatalyst-x64;
$(OutputPath)runtimes\osx;
$(OutputPath)runtimes\osx-arm64;
- $(OutputPath)runtimes\osx-x64"/>
+ $(OutputPath)runtimes\osx-x64;
+ $(OutputPath)runtimes\win-arm;
+ $(OutputPath)runtimes\win-arm64;"/>
@@ -78,7 +80,9 @@
$(PublishDir)runtimes\maccatalyst-x64;
$(PublishDir)runtimes\osx;
$(PublishDir)runtimes\osx-arm64;
- $(PublishDir)runtimes\osx-x64"/>
+ $(PublishDir)runtimes\osx-x64;
+ $(PublishDir)runtimes\win-arm;
+ $(PublishDir)runtimes\win-arm64;"/>
diff --git a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
index 7d3cf164c8a..901dc2a374b 100644
--- a/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
+++ b/Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj
@@ -54,7 +54,9 @@
$(OutputPath)runtimes\maccatalyst-x64;
$(OutputPath)runtimes\osx;
$(OutputPath)runtimes\osx-arm64;
- $(OutputPath)runtimes\osx-x64"/>
+ $(OutputPath)runtimes\osx-x64;
+ $(OutputPath)runtimes\win-arm;
+ $(OutputPath)runtimes\win-arm64;"/>
@@ -75,7 +77,9 @@
$(PublishDir)runtimes\maccatalyst-x64;
$(PublishDir)runtimes\osx;
$(PublishDir)runtimes\osx-arm64;
- $(PublishDir)runtimes\osx-x64"/>
+ $(PublishDir)runtimes\osx-x64;
+ $(PublishDir)runtimes\win-arm;
+ $(PublishDir)runtimes\win-arm64;"/>