010 Editor: shorten vendor name
This commit is contained in:
parent
8451d66b28
commit
3290e476f4
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
class TenEditor extends PatchBase {
|
class TenEditor extends PatchBase {
|
||||||
function __construct() {
|
function __construct() {
|
||||||
parent::__construct('SweetScape Software Inc.', '010 Editor', 'https://sweetscape.com/download/010editor/');
|
parent::__construct('SweetScape Software', '010 Editor', 'https://sweetscape.com/download/010editor/');
|
||||||
}
|
}
|
||||||
function check() : bool {
|
function check() : bool {
|
||||||
if ($this->fetch('https://sweetscape.com/010editor/'))
|
if ($this->fetch('https://sweetscape.com/010editor/'))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue