Skip to content

Commit

Permalink
(WiiU) update dist script with fixed newlines in meta.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
vgmoose committed Nov 23, 2016
1 parent 929c922 commit 7fc5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist-scripts/wiiu-cores.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7fc5a39

Please sign in to comment.