From 4c9537d1e05582b1913fc594b058b0e651c6242a Mon Sep 17 00:00:00 2001 From: Reinhard Pointner Date: Tue, 26 Jun 2018 19:11:08 +0700 Subject: [PATCH] # File Release System link.release.index: https://get.filebot.net/filebot/ --- app.properties | 2 ++ build.xml | 2 +- installer/chocolatey/tools/chocolateyInstall.ps1 | 2 +- website/index.html | 10 +++++----- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/app.properties b/app.properties index 04292fde..1a9fafe3 100644 --- a/app.properties +++ b/app.properties @@ -29,6 +29,8 @@ link.help: https://www.filebot.net/support.html link.help.mas: https://www.filebot.net/mac/support.html link.help.mws: https://www.filebot.net/windows/support.html +# File Release System +link.release.index: https://get.filebot.net/filebot/ # Build main.class: net.filebot.Main diff --git a/build.xml b/build.xml index 0206b830..83ffd5f2 100644 --- a/build.xml +++ b/build.xml @@ -719,7 +719,7 @@ - + diff --git a/installer/chocolatey/tools/chocolateyInstall.ps1 b/installer/chocolatey/tools/chocolateyInstall.ps1 index fd9bdb9f..6055ff77 100644 --- a/installer/chocolatey/tools/chocolateyInstall.ps1 +++ b/installer/chocolatey/tools/chocolateyInstall.ps1 @@ -1 +1 @@ -Install-ChocolateyPackage -PackageName '@{package.name}' -FileType 'msi' -SilentArgs '/quiet' -Url64bit 'https://get.filebot.net/@{package.name}/@{release}/@{release}_x64.msi' -ChecksumType64 'sha256' -Checksum64 '@{x64.msi.sha256}' +Install-ChocolateyPackage -PackageName '@{package.name}' -FileType 'msi' -SilentArgs '/quiet' -Url64bit '@{link.release.index}/@{release}/@{release}_x64.msi' -ChecksumType64 'sha256' -Checksum64 '@{x64.msi.sha256}' diff --git a/website/index.html b/website/index.html index faf7b0db..cd925b93 100644 --- a/website/index.html +++ b/website/index.html @@ -240,11 +240,11 @@