[Scummvm-git-logs] scummvm-web master -> a060430d43686b12dd0c9e56a199bf0ccb9948e3
Thunderforge
noreply at scummvm.org
Wed Jan 12 02:04:45 UTC 2022
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:
a060430d43 WEB: Fixing extra info for tools
Commit: a060430d43686b12dd0c9e56a199bf0ccb9948e3
https://github.com/scummvm/scummvm-web/commit/a060430d43686b12dd0c9e56a199bf0ccb9948e3
Author: Thunderforge (wjherrmann at gmail.com)
Date: 2022-01-11T20:04:40-06:00
Commit Message:
WEB: Fixing extra info for tools
Changed paths:
include/Objects/File.php
diff --git a/include/Objects/File.php b/include/Objects/File.php
index 64b37b33..a79f7c6c 100644
--- a/include/Objects/File.php
+++ b/include/Objects/File.php
@@ -44,6 +44,7 @@ class File extends BasicObject
} else {
$fname = DOWNLOADS_URL . $url;
}
+ $fname = str_replace('{$release_tools}', RELEASE_TOOLS, $fname);
$fname = str_replace('{$version}', "$this->version", $fname);
if (FileUtils::exists($fname)) {
More information about the Scummvm-git-logs
mailing list