* avoid keywords
This commit is contained in:
parent
cb54b639db
commit
ee201249d3
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>filebot</id>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$package = 'filebot'
|
||||
$name = 'filebot'
|
||||
$type = 'msi'
|
||||
$silent = '/quiet'
|
||||
$checksumType32 = 'sha1'
|
||||
|
@ -9,4 +9,4 @@ $url64 = 'https://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{ve
|
|||
$checksum32 = '@{x86.msi.sha1}'
|
||||
$checksum64 = '@{x64.msi.sha1}'
|
||||
|
||||
Install-ChocolateyPackage $package $type $silent $url32 $url64 -checksum $checksum32 -checksumType $checksumType32 -checksum64 $checksum64 -checksumType64 $checksumType64
|
||||
Install-ChocolateyPackage $name $type $silent $url32 $url64 -checksum $checksum32 -checksumType $checksumType32 -checksum64 $checksum64 -checksumType64 $checksumType64
|
||||
|
|
Loading…
Reference in New Issue