File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,6 @@ private void RegisterDispatcherUnhandledException()
153
153
DispatcherUnhandledException += ErrorReporting . DispatcherUnhandledException ;
154
154
}
155
155
156
-
157
156
/// <summary>
158
157
/// let exception throw as normal is better for Debug
159
158
/// </summary>
@@ -179,4 +178,4 @@ public void OnSecondAppStarted()
179
178
Current . MainWindow . Show ( ) ;
180
179
}
181
180
}
182
- }
181
+ }
Original file line number Diff line number Diff line change @@ -51,8 +51,8 @@ Dedicated to making your workflow flow more seamless. Search everything from app
51
51
52
52
### Installation
53
53
54
- | [ 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"` |
55
- | :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: |
54
+ | [ 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 ` |
55
+ | :----------------------------------------------------------: | :----------------------------------------------------------: | :------------------------------: | :------------------------------: |
56
56
57
57
> 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.
58
58
You can’t perform that action at this time.
0 commit comments