1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 08:18:52 -05:00

* update download url

This commit is contained in:
Reinhard Pointner 2015-06-03 13:24:13 +00:00
parent a4be46d2cd
commit 34f06133dd

View File

@ -102,9 +102,9 @@ Section MAIN
DetailPrint "Downloading latest version..." DetailPrint "Downloading latest version..."
${if} ${RunningX64} ${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} ${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} ${endif}
DetailPrint "Installing latest version..." DetailPrint "Installing latest version..."