mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge pull request #29 from Flow-Launcher/fix-fsharp-icon-path
add icon to the sample F# plugin
This commit is contained in:
commit
f78fbf7e42
3 changed files with 14 additions and 10 deletions
|
|
@ -1,4 +1,4 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp3.1</TargetFramework>
|
||||
|
|
@ -16,6 +16,9 @@
|
|||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Content Include="Images\app.png">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="plugin.json">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</Content>
|
||||
|
|
|
|||
BIN
Plugins/HelloWorldFSharp/Images/app.png
Normal file
BIN
Plugins/HelloWorldFSharp/Images/app.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -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"
|
||||
}
|
||||
Loading…
Reference in a new issue