Redirect to MAS
This commit is contained in:
parent
52746dab70
commit
5e5e799a76
|
@ -11,7 +11,7 @@ if ($type == 'nsis') {
|
||||||
$folder = 'https://github.com/filebot/filebot-installer/releases/download/v1.0';
|
$folder = 'https://github.com/filebot/filebot-installer/releases/download/v1.0';
|
||||||
$file = 'FileBot-setup.exe';
|
$file = 'FileBot-setup.exe';
|
||||||
} else if ($type == 'app') {
|
} else if ($type == 'app') {
|
||||||
$folder = 'https://app.filebot.net/files/';
|
$folder = 'https://app.filebot.net/files';
|
||||||
$file = 'FileBot.app';
|
$file = 'FileBot.app';
|
||||||
} else if ($type == 'jar') {
|
} else if ($type == 'jar') {
|
||||||
$folder = $root.'HEAD';
|
$folder = $root.'HEAD';
|
||||||
|
|
Loading…
Reference in New Issue