[Scummvm-git-logs] scummvm-web master -> f9e137bfcdf379d43363516f046cda1071b2e220
criezy
criezy at scummvm.org
Sun Dec 17 18:31:39 CET 2017
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
f9e137bfcd WEB: Fix copy/paste error on downloads page
Commit: f9e137bfcdf379d43363516f046cda1071b2e220
https://github.com/scummvm/scummvm-web/commit/f9e137bfcdf379d43363516f046cda1071b2e220
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2017-12-17T17:31:37Z
Commit Message:
WEB: Fix copy/paste error on downloads page
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 7105fb2..f7f2135 100755
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -331,8 +331,8 @@
-->
<file>
<category_icon>catpl-riscos.png</category_icon>
- <url type="tools">scummvm-{$release}-riscos.zip</url>
- <name>Tools - RISC OS</name>
+ <url>scummvm-{$release}-riscos.zip</url>
+ <name>RISC OS package</name>
</file>
<file>
<category_icon>catpl-freemint.png</category_icon>
More information about the Scummvm-git-logs
mailing list