mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 13:59:49 -04:00
Update NSIS installer
This commit is contained in:
parent
bdff24f5cf
commit
812ac6393c
@ -8,7 +8,7 @@ $folder = $root.'FileBot_'.$version;
|
|||||||
$file = 'undefined';
|
$file = 'undefined';
|
||||||
|
|
||||||
if ($type == 'nsis') {
|
if ($type == 'nsis') {
|
||||||
$folder = $root.'HEAD';
|
$folder = $root.'LATEST';
|
||||||
$file = 'FileBot-setup.exe';
|
$file = 'FileBot-setup.exe';
|
||||||
} else if ($type == 'jar') {
|
} else if ($type == 'jar') {
|
||||||
$folder = $root.'HEAD';
|
$folder = $root.'HEAD';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user