diff --git a/installer/nsis/filebot.nsi b/installer/nsis/filebot.nsi index 57991232..3f79aa26 100644 --- a/installer/nsis/filebot.nsi +++ b/installer/nsis/filebot.nsi @@ -102,9 +102,9 @@ Section MAIN DetailPrint "Downloading latest version..." ${if} ${RunningX64} - inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (64-bit)" "http://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://www.filebot.net/download.php?mode=nsis&type=msi&arch=x64" "$PLUGINSDIR\FileBot.msi" /end ${else} - inetc::get /USERAGENT "nsis" /caption "Downloading FileBot (32-bit)" "http://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://www.filebot.net/download.php?mode=nsis&type=msi&arch=x86" "$PLUGINSDIR\FileBot.msi" /end ${endif} DetailPrint "Installing latest version..." diff --git a/website/syno/index.json b/website/syno/index.json index 61424936..062624fd 100644 --- a/website/syno/index.json +++ b/website/syno/index.json @@ -1,7 +1,7 @@ /** - * Just add http://packages.filebot.net/syno/ in Package Sources ;) + * Just add https://packages.filebot.net/syno/ in Package Sources ;) * - * Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno/ -> OK + * Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: https://packages.filebot.net/syno/ -> OK */ [ { diff --git a/website/syno/index.php b/website/syno/index.php index e9e130fe..683c1b64 100644 --- a/website/syno/index.php +++ b/website/syno/index.php @@ -1,4 +1,4 @@