Skip to content

Commit fd9e8a5

Browse files
committed
fix build
1 parent 8355324 commit fd9e8a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Program/Programs/UWPPackage.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public static UWPApp[] All(Settings settings)
214214
catch (Exception e)
215215
{
216216
ProgramLogger.LogException($"|UWP|All|{p.InstalledLocation}|An unexpected error occurred and unable to convert Package to UWP for {p.Id.FullName}", e);
217-
return Array.Empty<Application>();
217+
return Array.Empty<UWPApp>();
218218
}
219219
#endif
220220
#if DEBUG //make developer aware and implement handling

0 commit comments

Comments
 (0)