Skip to content

Commit

Permalink
fix(json): icons
Browse files Browse the repository at this point in the history
  • Loading branch information
VirgilClyne committed Mar 6, 2024
1 parent d1048c3 commit ef70241
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions DualSubs.BoxJs.beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/Universal/tree/beta",
"icons": [
"https://github.com/DualSubs/Universal/raw/beta/database/icon.png",
"https://github.com/DualSubs/Universal/raw/beta/database/icon.png"
"https://github.com/DualSubs/Universal/raw/beta/src/assets/icon.png",
"https://github.com/DualSubs/Universal/raw/beta/src/assets/icon.png"
]
},
{
Expand Down Expand Up @@ -315,8 +315,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/YouTube/tree/beta",
"icons": [
"https://github.com/DualSubs/YouTube/raw/beta/database/icon.png",
"https://github.com/DualSubs/YouTube/raw/beta/database/icon.png"
"https://github.com/DualSubs/YouTube/raw/beta/src/assets/icon.png",
"https://github.com/DualSubs/YouTube/raw/beta/src/assets/icon.png"
]
},
{
Expand Down Expand Up @@ -513,8 +513,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/Netflix/tree/beta",
"icons": [
"https://github.com/DualSubs/Netflix/raw/beta/database/icon.png",
"https://github.com/DualSubs/Netflix/raw/beta/database/icon.png"
"https://github.com/DualSubs/Netflix/raw/beta/src/assets/icon.png",
"https://github.com/DualSubs/Netflix/raw/beta/src/assets/icon.png"
]
},
{
Expand Down
12 changes: 6 additions & 6 deletions DualSubs.BoxJs.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,8 +159,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/Universal",
"icons": [
"https://github.com/DualSubs/Universal/raw/main/database/icon.png",
"https://github.com/DualSubs/Universal/raw/main/database/icon.png"
"https://github.com/DualSubs/Universal/raw/main/src/assets/icon.png",
"https://github.com/DualSubs/Universal/raw/main/src/assets/icon.png"
]
},
{
Expand Down Expand Up @@ -232,8 +232,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/YouTube",
"icons": [
"https://github.com/DualSubs/YouTube/raw/main/database/icon.png",
"https://github.com/DualSubs/YouTube/raw/main/database/icon.png"
"https://github.com/DualSubs/YouTube/raw/main/src/assets/icon.png",
"https://github.com/DualSubs/YouTube/raw/main/src/assets/icon.png"
]
},
{
Expand Down Expand Up @@ -382,8 +382,8 @@
"author": "@DualSubs",
"repo": "https://github.com/DualSubs/Netflix",
"icons": [
"https://github.com/DualSubs/Netflix/raw/main/database/icon.png",
"https://github.com/DualSubs/Netflix/raw/main/database/icon.png"
"https://github.com/DualSubs/Netflix/raw/main/src/assets/icon.png",
"https://github.com/DualSubs/Netflix/raw/main/src/assets/icon.png"
]
},
{
Expand Down

0 comments on commit ef70241

Please sign in to comment.