Fix path to AE2 logo in mod json.

This commit is contained in:
Sebastian Hartte
2020-09-03 23:33:48 +02:00
parent 10a1a6d855
commit c8a5049d71
+1 -1
View File
@@ -10,7 +10,7 @@
"sources": "https://github.com/AppliedEnergistics/Applied-Energistics-2/"
},
"license": "LGPL",
"icon": "assets/appliedenergistics2/icon.png",
"icon": "assets/appliedenergistics2/logo.png",
"environment": "*",
"entrypoints": {
"client": ["appeng.core.AppEngClientStartup"],