[Scummvm-git-logs] scummvm-web master -> 440c76cc4204e9ceed9cb6620ff7c075b6177ca2
criezy
criezy at scummvm.org
Thu Apr 2 21:39:24 UTC 2020
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:
440c76cc42 DATA: Add link for 2.1.2 intel 32 bit Mac OS X release
Commit: 440c76cc4204e9ceed9cb6620ff7c075b6177ca2
https://github.com/scummvm/scummvm-web/commit/440c76cc4204e9ceed9cb6620ff7c075b6177ca2
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2020-04-02T22:36:02+01:00
Commit Message:
DATA: Add link for 2.1.2 intel 32 bit Mac OS X release
This build fixes fullscreen issues for some users on Mac OS X 10.6
(see bug #11203). This was purely a build issue and there is no code
change necessary. Also with both the intel 64 bit and the PPC
versions being available for 2.1.2, it made sense to also have the
intel 32 bit version available to group all mac releases together.
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 62e54308..7e53cec0 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -23,6 +23,11 @@
<name>macOS 10.7+ 64 bits with Sparkle Disk Image</name>
<user_agent>Mac</user_agent>
</file>
+ <file>
+ <category_icon>macostiger</category_icon>
+ <url>scummvm-2.1.2-macosx-i386.dmg</url>
+ <name>Mac OS X 10.6+ intel 32 bits (without Sparkle) Disk Image</name>
+ </file>
<file>
<category_icon>macosppc</category_icon>
<url>scummvm-2.1.2-macosx-ppc.dmg</url>
@@ -163,13 +168,11 @@
<name>macOS 10.7+ 64 bits with Sparkle Disk Image</name>
<user_agent>Mac</user_agent>
</file>
--->
<file>
<category_icon>macostiger</category_icon>
<url>scummvm-{$release}-macosx-i386.dmg</url>
- <name>Mac OS X 10.5+ intel 32 bits (without Sparkle) Disk Image</name>
+ <name>Mac OS X 10.6+ intel 32 bits (without Sparkle) Disk Image</name>
</file>
-<!--
<file>
<category_icon>macosppc</category_icon>
<url>scummvm-2.1.2-macosx-ppc.dmg</url>
@@ -513,7 +516,7 @@
<file>
<category_icon>macos</category_icon>
<url type="tools">scummvm-tools-{$release_tools}-macosx.dmg</url>
- <name>Tools - Mac OS X Intel binaries (10.5 and up)</name>
+ <name>Tools - Mac OS X Intel binaries (10.6 and up)</name>
</file>
<!--
<file>
More information about the Scummvm-git-logs
mailing list