Skip to content

Commit 6768578

Browse files
committed
fix: correct plugin manifest filename and download URL
- Rename manifest file to match plugin name 'WSL File Search' - Update download URL to use automated release artifacts - Ensure filename follows Flow Launcher naming conventions
1 parent 9297bd8 commit 6768578

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ID": "e4d1c3a7-b8f3-45d2-b5fa-5a3c8c0a1f41",
3+
"Name": "WSL File Search",
4+
"Description": "Search files inside WSL using fd with seamless Windows integration",
5+
"Author": "Sajxx",
6+
"Version": "1.2.2",
7+
"Language": "python",
8+
"Website": "https://github.com/sajxx/WSL-File-Search",
9+
"UrlDownload": "https://github.com/sajxx/WSL-File-Search/releases/download/v1.2.2/WSL.File.Search.zip",
10+
"UrlSourceCode": "https://github.com/sajxx/WSL-File-Search",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/sajxx/WSL-File-Search@main/icon.png"
12+
}

0 commit comments

Comments
 (0)