mirror of https://github.com/mgba-emu/mgba.git
Wii: Fix name in meta.xml
This commit is contained in:
parent
969d36d296
commit
4a52c62f84
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<app version="1">
|
<app version="1">
|
||||||
<name>mGBA</name>
|
<name>mGBA</name>
|
||||||
<coder>Jeffrey Pfau (endrift)</coder>
|
<coder>Vicki Pfau (endrift)</coder>
|
||||||
<version>${VERSION_STRING}</version>
|
<version>${VERSION_STRING}</version>
|
||||||
<short_description>mGBA Game Boy Advance emulator</short_description>
|
<short_description>mGBA Game Boy Advance emulator</short_description>
|
||||||
</app>
|
</app>
|
||||||
|
|
Loading…
Reference in New Issue