Skip to content

Commit f78fbf7

Browse files
authored
Merge pull request #29 from Flow-Launcher/fix-fsharp-icon-path
add icon to the sample F# plugin
2 parents 8605374 + c23073e commit f78fbf7

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

Plugins/HelloWorldFSharp/HelloWorldFSharp.fsproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netcoreapp3.1</TargetFramework>
@@ -16,6 +16,9 @@
1616
</PropertyGroup>
1717

1818
<ItemGroup>
19+
<Content Include="Images\app.png">
20+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
21+
</Content>
1922
<Content Include="plugin.json">
2023
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2124
</Content>
11.3 KB
Loading

Plugins/HelloWorldFSharp/plugin.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
2-
"ID":"8FF5D5C1F8194958A12E8668FB7ECC04",
3-
"ActionKeyword":"hf",
4-
"Name":"Hello World FSharp",
5-
"Description":"Hello World FSharp",
6-
"Author":"Ioannis G.",
7-
"Version":"1.0.0",
8-
"Language":"fsharp",
9-
"Website":"https://github.com/Flow-Launcher/Flow.Launcher",
10-
"ExecuteFileName":"HelloWorldFSharp.dll"
2+
"ID": "8FF5D5C1F8194958A12E8668FB7ECC04",
3+
"ActionKeyword": "hf",
4+
"Name": "Hello World FSharp",
5+
"Description": "Hello World FSharp",
6+
"Author": "Ioannis G.",
7+
"Version": "1.0.0",
8+
"Language": "fsharp",
9+
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
10+
"ExecuteFileName": "HelloWorldFSharp.dll",
11+
"IcoPath": "Images\\app.png"
1112
}

0 commit comments

Comments
 (0)