1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

Update NSIS installer

This commit is contained in:
Reinhard Pointner 2016-02-27 07:05:58 +00:00
parent bdff24f5cf
commit 812ac6393c

View File

@ -8,7 +8,7 @@ $folder = $root.'FileBot_'.$version;
$file = 'undefined';
if ($type == 'nsis') {
$folder = $root.'HEAD';
$folder = $root.'LATEST';
$file = 'FileBot-setup.exe';
} else if ($type == 'jar') {
$folder = $root.'HEAD';