[Scummvm-git-logs] scummvm-web master -> 234fa2574bf7328c9ce9c8e9f6bfb049f74b7460

lotharsm mail at serra.me
Mon Mar 23 21:55:00 UTC 2020


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:
f40628a471 WEB: Fix formatting for the additional snap information
234fa2574b WEB: Improve description of the Snap Store package


Commit: f40628a471e262ddd251773682e0480eb5a2845b
    https://github.com/scummvm/scummvm-web/commit/f40628a471e262ddd251773682e0480eb5a2845b
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-23T22:53:51+01:00

Commit Message:
WEB: Fix formatting for the additional snap information

Changed paths:
    include/Models/DownloadsModel.php


diff --git a/include/Models/DownloadsModel.php b/include/Models/DownloadsModel.php
index e1b34b1e..a3a1e5d8 100644
--- a/include/Models/DownloadsModel.php
+++ b/include/Models/DownloadsModel.php
@@ -113,7 +113,7 @@ abstract class DownloadsModel
 
                     if ($os['name'] === 'Ubuntu') {
                         $version = RELEASE_SNAP_STORE;
-                        $extra_text = 'snap install scummvm';
+                        $extra_text = '(snap install scummvm)';
                     }
 
                     return array(


Commit: 234fa2574bf7328c9ce9c8e9f6bfb049f74b7460
    https://github.com/scummvm/scummvm-web/commit/234fa2574bf7328c9ce9c8e9f6bfb049f74b7460
Author: Lothar Serra Mari (mail at serra.me)
Date: 2020-03-23T22:54:38+01:00

Commit Message:
WEB: Improve description of the Snap Store package

Changed paths:
    data/downloads.xml


diff --git a/data/downloads.xml b/data/downloads.xml
index c5b69a95..08f5d641 100644
--- a/data/downloads.xml
+++ b/data/downloads.xml
@@ -57,7 +57,7 @@
 				<file>
 					<category_icon>snap</category_icon>
 					<url>https://snapcraft.io/scummvm</url>
-					<name>Universal Snap package for Linux via the Snap Store</name>
+					<name>Snap package at the Snap Store</name>
 					<user_agent>Ubuntu</user_agent>
 				</file>
 




More information about the Scummvm-git-logs mailing list