[Scummvm-git-logs] scummvm-web master -> b9ca76cbc145cb6bb0cdb85a30d3e957885a84a5
bonki
bonki at users.noreply.github.com
Fri Feb 2 13:19:39 CET 2018
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .
Summary:
7fcb74881d WEB: Remove Combobreaker T-Shirt banner
b9ca76cbc1 WEB: Rename Android x86/x86_64 downloads
Commit: 7fcb74881dae62afce34b27443d9ee746254ca43
https://github.com/scummvm/scummvm-web/commit/7fcb74881dae62afce34b27443d9ee746254ca43
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-02-02T13:13:40+01:00
Commit Message:
WEB: Remove Combobreaker T-Shirt banner
Changed paths:
R images/scummvm_cb.png
templates/index.tpl
diff --git a/images/scummvm_cb.png b/images/scummvm_cb.png
deleted file mode 100644
index fdeedec..0000000
Binary files a/images/scummvm_cb.png and /dev/null differ
diff --git a/templates/index.tpl b/templates/index.tpl
index 23a765d..dcd47eb 100644
--- a/templates/index.tpl
+++ b/templates/index.tpl
@@ -57,10 +57,6 @@
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
<br>
- <a href="http://combobreaker.com/">
- <img src="/images/scummvm_cb.png" width="88" height="32" alt="{#indexCombobreaker#}">
- </a>
- <br>
<a href="http://www.easyname.com/">
<img src="/images/easyname-logo-big.png" width="88" height="32" alt="{#indexEasyname#}">
</a>
Commit: b9ca76cbc145cb6bb0cdb85a30d3e957885a84a5
https://github.com/scummvm/scummvm-web/commit/b9ca76cbc145cb6bb0cdb85a30d3e957885a84a5
Author: Adrian Frühwirth (bonki at users.noreply.github.com)
Date: 2018-02-02T13:18:16+01:00
Commit Message:
WEB: Rename Android x86/x86_64 downloads
Changed paths:
data/downloads.xml
diff --git a/data/downloads.xml b/data/downloads.xml
index 94359ed..a3fe65a 100755
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -172,12 +172,12 @@
<file>
<category_icon>catpl-android.png</category_icon>
<url>scummvm-{$release}-android-x86.apk</url>
- <name>Android x86 package</name>
+ <name>Android x86 32bit package</name>
</file>
<file>
<category_icon>catpl-android.png</category_icon>
<url>scummvm-{$release}-android-x86_64.apk</url>
- <name>Android x86 package</name>
+ <name>Android x86 64bit package</name>
</file>
<!--
<file>
More information about the Scummvm-git-logs
mailing list