(WiiU) update dist script with fixed newlines in meta.xml

This commit is contained in:
vgmoose 2016-11-23 01:25:53 -05:00
parent 929c92244a
commit 7fc5a394d3
No known key found for this signature in database
GPG Key ID: 143AD2858525B22E

View File

@ -36,7 +36,7 @@ gen_meta_xml()
echo ' <version>'$RARCH_VERSION' ('$date')</version>' >> "$1"_meta.xml
echo ' <release_date>'$date'</release_date>' >> "$1"_meta.xml
echo ' <short_description>RetroArch</short_description>' >> "$1"_meta.xml
echo ' <long_description>'$display_name'\n\nSystem: '$systemname'\nLicense: '$license'</long_description>' >> "$1"_meta.xml
echo -e ' <long_description>'$display_name'\n\nSystem: '$systemname'\nLicense: '$license'</long_description>' >> "$1"_meta.xml
echo ' <category>emu</category>' >> "$1"_meta.xml
echo ' <url>https://github.com/libretro</url>' >> "$1"_meta.xml
echo '</app>' >> "$1"_meta.xml