From b188d1e2d72c35f3fb9d6d70cdc4a51c9ffb1efd Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 18 Jan 2022 08:28:01 +1100 Subject: [PATCH 1/3] add scoop install to readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5e824077ac6..6f3498e553b 100644 --- a/README.md +++ b/README.md @@ -51,8 +51,8 @@ Dedicated to making your workflow flow more seamless. Search everything from app ### Installation -| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `WinGet install "Flow Launcher"` | -| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | +| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | ```winget install "Flow Launcher"``` | `scoop install Flow-Launcher` | +| :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | > Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up. From 579694d9b8ae4aae56c0399940e48e04bbc9dcc1 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 18 Jan 2022 08:29:46 +1100 Subject: [PATCH 2/3] formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f3498e553b..f44263ff1b1 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Dedicated to making your workflow flow more seamless. Search everything from app ### Installation -| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | ```winget install "Flow Launcher"``` | `scoop install Flow-Launcher` | +| [Windows 7+ installer](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Setup.exe) | [Portable](https://github.com/Flow-Launcher/Flow.Launcher/releases/latest/download/Flow-Launcher-Portable.zip) | `winget install "Flow Launcher"` | `scoop install Flow-Launcher` | | :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: | > Windows may complain about security due to code not being signed, this will be completed at a later stage. If you downloaded from this repo, you are good to continue the set up. From 4b81501f02795fd2829c6c29b37de9b231bc15f4 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 18 Jan 2022 08:30:37 +1100 Subject: [PATCH 3/3] formatting --- Flow.Launcher/App.xaml.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Flow.Launcher/App.xaml.cs b/Flow.Launcher/App.xaml.cs index ea4b25f5e09..4ebff16a935 100644 --- a/Flow.Launcher/App.xaml.cs +++ b/Flow.Launcher/App.xaml.cs @@ -153,7 +153,6 @@ private void RegisterDispatcherUnhandledException() DispatcherUnhandledException += ErrorReporting.DispatcherUnhandledException; } - /// /// let exception throw as normal is better for Debug /// @@ -179,4 +178,4 @@ public void OnSecondAppStarted() Current.MainWindow.Show(); } } -} \ No newline at end of file +}