mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-30 21:42:18 +00:00
(WiiU) update dist script with fixed newlines in meta.xml
This commit is contained in:
parent
929c92244a
commit
7fc5a394d3
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user