mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-16 22:35:04 -05:00
* 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">
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>filebot</id>
|
<id>filebot</id>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
$package = 'filebot'
|
$name = 'filebot'
|
||||||
$type = 'msi'
|
$type = 'msi'
|
||||||
$silent = '/quiet'
|
$silent = '/quiet'
|
||||||
$checksumType32 = 'sha1'
|
$checksumType32 = 'sha1'
|
||||||
@ -9,4 +9,4 @@ $url64 = 'https://downloads.sourceforge.net/project/filebot/filebot/FileBot_@{ve
|
|||||||
$checksum32 = '@{x86.msi.sha1}'
|
$checksum32 = '@{x86.msi.sha1}'
|
||||||
$checksum64 = '@{x64.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
Block a user