Skip to content

Commit 0976201

Browse files
committed
fix: 修正 plugin 註冊的方法
1 parent 42bee31 commit 0976201

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

plugins.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3264,17 +3264,5 @@
32643264
"Tested": true,
32653265
"DateAdded": "2024-08-03T22:34:00Z",
32663266
"LatestReleaseDate": "2024-11-20T19:10:57Z"
3267-
},
3268-
{
3269-
"ID": "A3EA904783E14335894354F09DC4B054",
3270-
"Name": "CdList",
3271-
"Description": "Like cd in terminal, but for Flow Launcher",
3272-
"Author": "seanmars",
3273-
"Version": "1.2.0",
3274-
"Language": "csharp",
3275-
"Website": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
3276-
"UrlDownload": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList/releases/download/v1.2.0/Flow.Launcher.Plugin.CdList.zip",
3277-
"UrlSourceCode": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
3278-
"IcoPath": "https://cdn.jsdelivr.net/gh/seanmars/Flow.Launcher.Plugin.CdList@main/Flow.Launcher.Plugin.CdList/icon.png"
32793267
}
32803268
]
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"ID": "A3EA904783E14335894354F09DC4B054",
3+
"Name": "CdList",
4+
"Description": "Like cd in terminal, but for Flow Launcher",
5+
"Author": "seanmars",
6+
"Version": "1.2.0",
7+
"Language": "csharp",
8+
"Website": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
9+
"UrlDownload": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList/releases/download/v1.2.0/Flow.Launcher.Plugin.CdList.zip",
10+
"UrlSourceCode": "https://github.com/seanmars/Flow.Launcher.Plugin.CdList",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/seanmars/Flow.Launcher.Plugin.CdList@main/Flow.Launcher.Plugin.CdList/icon.png"
12+
}

0 commit comments

Comments
 (0)