Update NSIS installer

This commit is contained in:
Reinhard Pointner 2016-02-27 07:05:58 +00:00
parent bdff24f5cf
commit 812ac6393c
1 changed files with 1 additions and 1 deletions

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';