File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
4
<TargetFramework >netcoreapp3.1</TargetFramework >
16
16
</PropertyGroup >
17
17
18
18
<ItemGroup >
19
+ <Content Include =" Images\app.png" >
20
+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
21
+ </Content >
19
22
<Content Include =" plugin.json" >
20
23
<CopyToOutputDirectory >Always</CopyToOutputDirectory >
21
24
</Content >
Original file line number Diff line number Diff line change 1
1
{
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"
11
12
}
You can’t perform that action at this time.
0 commit comments