Skip to content

Commit 197f167

Browse files
Updated DevServiceIcons. Fixed Plugin Update URL
1 parent e7bbe66 commit 197f167

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

data/plugins/availablePlugins.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@
2828
{
2929
"name": "devserviceIcons",
3030
"friendlyName": "Dev Service Icons",
31-
"version": "0.2",
32-
"description": "Devicons Wrapper for GoPage Link Items. With 674 Icons.",
31+
"version": "0.3",
32+
"description": "Devicons Wrapper for GoPage Link Items. With 3947 Icons.",
3333
"type": "item",
3434
"author": "confused-Techie",
3535
"license": "GPL-3.0",
3636
"infoLink": "https://github.com/confused-Techie/GoPage-Plugins#dev-service-icons",
37-
"downloadLink": "https://github.com/confused-Techie/GoPage-Plugin/releases/download/DevServiceIconsV0.2/DevServiceIconsV0.2.zip",
37+
"downloadLink": "https://github.com/confused-Techie/GoPage-Plugins/releases/download/DevServiceIconsV0.3/DevServiceIconsV0.3.zip",
3838
"installed": false,
3939
"config": true,
4040
"mainDir": "/devserviceIcons/",

src/pkg/apiFunc/apiFunc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ func UniversalAvailableUpdate() (string, error) {
423423
return "", err
424424
}
425425

426-
resp, err := http.Get("https://raw.githubusercontent.com/confused-Techie/GoPage/main/plugins/availablePlugins.json")
426+
resp, err := http.Get("https://raw.githubusercontent.com/confused-Techie/GoPage/main/data/plugins/availablePlugins.json")
427427
if err != nil {
428428
return "", err
429429
}

0 commit comments

Comments
 (0)