[Scummvm-git-logs] scummvm-web master -> f831e664a8954871ed0d0ac68b778fadea04b407
lotharsm
mail at serra.me
Thu Feb 6 12:54:20 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:
f831e664a8 WEB: Fix scummvm-tools download URL
Commit: f831e664a8954871ed0d0ac68b778fadea04b407
https://github.com/scummvm/scummvm-web/commit/f831e664a8954871ed0d0ac68b778fadea04b407
Author: Lothar Serra Mari (serra at scummvm.org)
Date: 2020-02-06T13:53:54+01:00
Commit Message:
WEB: Fix scummvm-tools download URL
Changed paths:
include/Constants.php
diff --git a/include/Constants.php b/include/Constants.php
index 9479839..671d6b2 100644
--- a/include/Constants.php
+++ b/include/Constants.php
@@ -44,7 +44,7 @@ class Constants
/* Downloads */
define('DOWNLOADS_URL', '/frs/scummvm/{$release}/');
define('DOWNLOADS_DAILY_URL', '/frs/daily/');
- define('DOWNLOADS_TOOLS_URL', '/frs/scummvm-tools/{$release}/');
+ define('DOWNLOADS_TOOLS_URL', '/frs/scummvm-tools/{$release_tools}/');
define('DOWNLOADS_EXTRAS_URL', '/frs/extras/');
/**
More information about the Scummvm-git-logs
mailing list