diff --git a/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj b/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj index b4ba854e4..79f28e7cb 100644 --- a/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj +++ b/Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj @@ -1,4 +1,4 @@ - + netcoreapp3.1 @@ -16,6 +16,9 @@ + + PreserveNewest + Always diff --git a/Plugins/HelloWorldFSharp/Images/app.png b/Plugins/HelloWorldFSharp/Images/app.png new file mode 100644 index 000000000..8c9ca7971 Binary files /dev/null and b/Plugins/HelloWorldFSharp/Images/app.png differ diff --git a/Plugins/HelloWorldFSharp/plugin.json b/Plugins/HelloWorldFSharp/plugin.json index 8b9746399..845b93e4b 100644 --- a/Plugins/HelloWorldFSharp/plugin.json +++ b/Plugins/HelloWorldFSharp/plugin.json @@ -1,11 +1,12 @@ { - "ID":"8FF5D5C1F8194958A12E8668FB7ECC04", - "ActionKeyword":"hf", - "Name":"Hello World FSharp", - "Description":"Hello World FSharp", - "Author":"Ioannis G.", - "Version":"1.0.0", - "Language":"fsharp", - "Website":"https://github.com/Flow-Launcher/Flow.Launcher", - "ExecuteFileName":"HelloWorldFSharp.dll" + "ID": "8FF5D5C1F8194958A12E8668FB7ECC04", + "ActionKeyword": "hf", + "Name": "Hello World FSharp", + "Description": "Hello World FSharp", + "Author": "Ioannis G.", + "Version": "1.0.0", + "Language": "fsharp", + "Website": "https://github.com/Flow-Launcher/Flow.Launcher", + "ExecuteFileName": "HelloWorldFSharp.dll", + "IcoPath": "Images\\app.png" } \ No newline at end of file