Update NSIS installer
This commit is contained in:
parent
bdff24f5cf
commit
812ac6393c
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue