mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
* update download url
This commit is contained in:
parent
a4be46d2cd
commit
34f06133dd
@ -102,9 +102,9 @@ Section MAIN
|
||||
|
||||
DetailPrint "Downloading latest version..."
|
||||
${if} ${RunningX64}
|
||||
inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (64-bit)" "https://www.filebot.net/download.php?mode=nsis&type=msi&arch=x64" "$PLUGINSDIR\FileBot.msi" /end
|
||||
inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (64-bit)" "https://app.filebot.net/download.php?type=msi&arch=x64" "$PLUGINSDIR\FileBot.msi" /end
|
||||
${else}
|
||||
inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (32-bit)" "https://www.filebot.net/download.php?mode=nsis&type=msi&arch=x86" "$PLUGINSDIR\FileBot.msi" /end
|
||||
inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (32-bit)" "https://app.filebot.net/download.php?type=msi&arch=x86" "$PLUGINSDIR\FileBot.msi" /end
|
||||
${endif}
|
||||
|
||||
DetailPrint "Installing latest version..."
|
||||
|
Loading…
Reference in New Issue
Block a user