Skip to content

Commit

Permalink
Updated DevServiceIcons. Fixed Plugin Update URL
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Mar 24, 2022
1 parent e7bbe66 commit 197f167
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions data/plugins/availablePlugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
{
"name": "devserviceIcons",
"friendlyName": "Dev Service Icons",
"version": "0.2",
"description": "Devicons Wrapper for GoPage Link Items. With 674 Icons.",
"version": "0.3",
"description": "Devicons Wrapper for GoPage Link Items. With 3947 Icons.",
"type": "item",
"author": "confused-Techie",
"license": "GPL-3.0",
"infoLink": "https://github.com/confused-Techie/GoPage-Plugins#dev-service-icons",
"downloadLink": "https://github.com/confused-Techie/GoPage-Plugin/releases/download/DevServiceIconsV0.2/DevServiceIconsV0.2.zip",
"downloadLink": "https://github.com/confused-Techie/GoPage-Plugins/releases/download/DevServiceIconsV0.3/DevServiceIconsV0.3.zip",
"installed": false,
"config": true,
"mainDir": "/devserviceIcons/",
Expand Down
2 changes: 1 addition & 1 deletion src/pkg/apiFunc/apiFunc.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func UniversalAvailableUpdate() (string, error) {
return "", err
}

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

0 comments on commit 197f167

Please sign in to comment.