Skip to content

Commit f7a1157

Browse files
committed
Revert changes
1 parent 248f1c6 commit f7a1157

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

Plugins/Flow.Launcher.Plugin.BrowserBookmark/Flow.Launcher.Plugin.BrowserBookmark.csproj

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,18 +87,12 @@
8787
<None Update="plugin.json">
8888
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
8989
</None>
90-
<None Update="Languages\en.xaml">
91-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
92-
</None>
93-
<None Update="Images\bookmark.png">
94-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
95-
</None>
96-
<None Update="Images\copylink.png">
97-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
98-
</None>
9990
</ItemGroup>
100-
91+
10192
<ItemGroup>
93+
<Content Include="Images\*.png">
94+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
95+
</Content>
10296
<Content Include="Languages\*.xaml">
10397
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
10498
</Content>

Plugins/Flow.Launcher.Plugin.BrowserBookmark/plugin.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@
88
"Language": "csharp",
99
"Website": "https://github.com/Flow-Launcher/Flow.Launcher",
1010
"ExecuteFileName": "Flow.Launcher.Plugin.BrowserBookmark.dll",
11-
"IcoPath": "Images\\bookmark.png",
12-
"Languages": "Languages"
11+
"IcoPath": "Images\\bookmark.png"
1312
}

0 commit comments

Comments
 (0)