mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 15:12:35 +02:00
Fix broken theme download in themes.json
This commit is contained in:
parent
2cd328c679
commit
70a189c186
1 changed files with 2 additions and 2 deletions
|
@ -192,7 +192,7 @@
|
||||||
{
|
{
|
||||||
"name": "ASRock",
|
"name": "ASRock",
|
||||||
"image": "ASRock.png",
|
"image": "ASRock.png",
|
||||||
"theme": ".tar"
|
"theme": "asrock.tar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Dell",
|
"name": "Dell",
|
||||||
|
@ -237,7 +237,7 @@
|
||||||
{
|
{
|
||||||
"name": "MSI",
|
"name": "MSI",
|
||||||
"image": "MSI.png",
|
"image": "MSI.png",
|
||||||
"theme": ".tar"
|
"theme": "msi.tar"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Razer",
|
"name": "Razer",
|
||||||
|
|
Loading…
Add table
Reference in a new issue