Redirect to MAS

This commit is contained in:
Reinhard Pointner 2016-05-11 22:13:44 +08:00
parent 52746dab70
commit 5e5e799a76
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ if ($type == 'nsis') {
$folder = 'https://github.com/filebot/filebot-installer/releases/download/v1.0';
$file = 'FileBot-setup.exe';
} else if ($type == 'app') {
$folder = 'https://app.filebot.net/files/';
$folder = 'https://app.filebot.net/files';
$file = 'FileBot.app';
} else if ($type == 'jar') {
$folder = $root.'HEAD';