Fix icon not properly defined

The icon field was left blank, which resulted in Mod Menu complaining about it not having an icon, despite the icon already being included. This pull request fixes that.
This commit is contained in:
iCaitlyn
2020-09-14 18:05:49 +08:00
committed by GitHub
parent 3188a3bc0c
commit 6cb00f3436

View File

@ -14,7 +14,7 @@
},
"license": "CC0-1.0",
"icon": "",
"icon": "assets/icon.png",
"environment": "*",
"entrypoints": {
@ -34,4 +34,4 @@
"suggests": {
"flamingo": "*"
}
}
}