[Scummvm-git-logs] scummvm-web master -> 355af9e048e5c3b788a417b8f0c1eb2d13ab790a
sev-
sev at scummvm.org
Sat Oct 12 16:41:21 CEST 2019
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:
355af9e048 WEB: Added Win9x build
Commit: 355af9e048e5c3b788a417b8f0c1eb2d13ab790a
https://github.com/scummvm/scummvm-web/commit/355af9e048e5c3b788a417b8f0c1eb2d13ab790a
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2019-10-12T16:41:15+02:00
Commit Message:
WEB: Added Win9x build
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index d2243fa..3feb511 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -16,13 +16,18 @@
<file>
<category_icon>windows</category_icon>
<url>scummvm-{$release}-win32.exe</url>
- <name>Windows Installer</name>
+ <name>Windows 32bit Installer</name>
<user_agent>Windows</user_agent>
</file>
<file>
<category_icon>windows</category_icon>
<url>scummvm-{$release}-win32.zip</url>
- <name>Windows zipfile</name>
+ <name>Windows 32bit zipfile</name>
+ </file>
+ <file>
+ <category_icon>windows</category_icon>
+ <url>scummvm-{$release}-win32-win9x.exe</url>
+ <name>Windows 9X Installer</name>
</file>
<file>
<category_icon>windows</category_icon>
More information about the Scummvm-git-logs
mailing list