From 28f339111e3f345cf7ac178324bb52d37aef1f6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mantas=20Jasik=C4=97nas?= Date: Sun, 13 Aug 2023 15:47:29 +0300 Subject: [PATCH] Fixed shortcuts deserialization bug Updated README.md logo --- .../Models/Shortcuts/Shortcut.cs | 2 +- Flow.Launcher.Plugin.ShortcutPlugin/plugin.json | 4 ++-- README.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Flow.Launcher.Plugin.ShortcutPlugin/Models/Shortcuts/Shortcut.cs b/Flow.Launcher.Plugin.ShortcutPlugin/Models/Shortcuts/Shortcut.cs index 23692b5..d605d06 100644 --- a/Flow.Launcher.Plugin.ShortcutPlugin/Models/Shortcuts/Shortcut.cs +++ b/Flow.Launcher.Plugin.ShortcutPlugin/Models/Shortcuts/Shortcut.cs @@ -27,7 +27,7 @@ public string GetDerivedType() }; } - public ShortcutType Type => this switch + public ShortcutType GetShortcutType() => this switch { FileShortcut => ShortcutType.File, DirectoryShortcut => ShortcutType.Directory, diff --git a/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json b/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json index 497dc1c..c8a19eb 100644 --- a/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json +++ b/Flow.Launcher.Plugin.ShortcutPlugin/plugin.json @@ -3,11 +3,11 @@ "Name": "Shortcuts", "Description": "Open user defined shortcut quickly from Flow Launcher", "Author": "Mantelis", - "Version": "1.0.2", + "Version": "1.0.3", "Language": "csharp", "ActionKeyword": "q", "Website": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin", - "UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.0.2/Flow.Launcher.Plugin.ShortcutPlugin.zip", + "UrlDownload":"https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/releases/download/v1.0.3/Flow.Launcher.Plugin.ShortcutPlugin.zip", "UrlSourceCode": "https://github.com/mantasjasikenas/flow-launcher-shortcuts-plugin/tree/master", "IcoPath": "https://cdn.jsdelivr.net/gh/mantasjasikenas/flow-launcher-shortcuts-plugin@master/Flow.Launcher.Plugin.ShortcutPlugin/Images/icon.png", "ExecuteFileName": "Flow.Launcher.Plugin.ShortcutPlugin.dll" diff --git a/README.md b/README.md index 6e40575..32b0a06 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -
- Shortcuts logo +
+ Shortcuts logo

Shortcuts Plugin
Quickly launch your shortcuts