FF-1698: C# scripts!

This commit is contained in:
John Andrews
2024-08-03 10:46:07 +12:00
parent d20f750048
commit ed3c6f8afa
5 changed files with 8 additions and 8 deletions

View File

@@ -12,7 +12,7 @@ namespace FileFlows.BasicNodes.Scripting;
public class ShellScript : ScriptBase
{
/// <inheritdoc />
public override string Icon => "svg:sh";
public override string Icon => "svg:bash";
/// <inheritdoc />
public override string HelpUrl => "https://fileflows.com/docs/plugins/basic-nodes/shell-script";