We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b251d commit ee0fc1aCopy full SHA for ee0fc1a
Plugins/Flow.Launcher.Plugin.PluginsManager/Utilities.cs
@@ -45,7 +45,7 @@ internal static string GetContainingFolderPathAfterUnzip(string unzippedParentFo
45
var unzippedFolderCount = Directory.GetDirectories(unzippedParentFolderPath).Length;
46
var unzippedFilesCount = Directory.GetFiles(unzippedParentFolderPath).Length;
47
48
- // addjust path depending on how the plugin is zipped up
+ // adjust path depending on how the plugin is zipped up
49
// the recommended should be to zip up the folder not the contents
50
if (unzippedFolderCount == 1 && unzippedFilesCount == 0)
51
// folder is zipped up, unzipped plugin directory structure: tempPath/unzippedParentPluginFolder/pluginFolderName/
0 commit comments