Convert to unix line endings
This commit is contained in:
parent
159edb0097
commit
7a41ac514b
@ -1,15 +1,15 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>autodesk-meshmixer</id>
|
<id>autodesk-meshmixer</id>
|
||||||
<version>3.5</version>
|
<version>3.5</version>
|
||||||
<title>Autodesk Meshmixer</title>
|
<title>Autodesk Meshmixer</title>
|
||||||
<authors>Autodesk, Inc.</authors>
|
<authors>Autodesk, Inc.</authors>
|
||||||
<owners>Vaquero</owners>
|
<owners>Vaquero</owners>
|
||||||
<licenseUrl>http://download.autodesk.com/us/FY16/Suites/LSA/en-US/lsa.html</licenseUrl>
|
<licenseUrl>http://download.autodesk.com/us/FY16/Suites/LSA/en-US/lsa.html</licenseUrl>
|
||||||
<projectUrl>http://www.123dapp.com/meshmixer</projectUrl>
|
<projectUrl>http://www.123dapp.com/meshmixer</projectUrl>
|
||||||
<iconUrl>https://cdn.rawgit.com/TomOne/various/05103fe90f844ffe2349b108382c886d715d8ab7/meshmixer.png</iconUrl>
|
<iconUrl>https://cdn.rawgit.com/TomOne/various/05103fe90f844ffe2349b108382c886d715d8ab7/meshmixer.png</iconUrl>
|
||||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||||
<description>##Mesh and Mix
|
<description>##Mesh and Mix
|
||||||
|
|
||||||
Design your own creations by combining two or more models with a few simple steps. It’s as easy as “cut-and-paste”.
|
Design your own creations by combining two or more models with a few simple steps. It’s as easy as “cut-and-paste”.
|
||||||
@ -50,11 +50,11 @@ The following package parameter can be set:
|
|||||||
|
|
||||||
* `-ia /D=` - this is for the installation path. (e.g. with cmd: `choco install autodesk-meshmixer -ia /D="E:\Some Directory\somebody\Meshmixer"`)
|
* `-ia /D=` - this is for the installation path. (e.g. with cmd: `choco install autodesk-meshmixer -ia /D="E:\Some Directory\somebody\Meshmixer"`)
|
||||||
|
|
||||||
**Please Note**: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.</description>
|
**Please Note**: This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.</description>
|
||||||
<summary>Meshmixer is the ultimate tool for 3D mashups and remixes. Mash, mix, sculpt, stamp or paint your own 3D designs, or start from over 10,000 models in the Gallery. Now includes direct 3D print support.</summary>
|
<summary>Meshmixer is the ultimate tool for 3D mashups and remixes. Mash, mix, sculpt, stamp or paint your own 3D designs, or start from over 10,000 models in the Gallery. Now includes direct 3D print support.</summary>
|
||||||
<releaseNotes />
|
<releaseNotes />
|
||||||
<copyright>© Autodesk, Inc. All Rights Reserved.</copyright>
|
<copyright>© Autodesk, Inc. All Rights Reserved.</copyright>
|
||||||
<tags>123D meshmixer autodesk modeling 3d surface solid print admin</tags>
|
<tags>123D meshmixer autodesk modeling 3d surface solid print admin</tags>
|
||||||
<packageSourceUrl>https://github.com/Vaquero84/chocolatey-packages/tree/master/automatic/autodesk-meshmixer</packageSourceUrl>
|
<packageSourceUrl>https://github.com/Vaquero84/chocolatey-packages/tree/master/automatic/autodesk-meshmixer</packageSourceUrl>
|
||||||
</metadata>
|
</metadata>
|
||||||
</package>
|
</package>
|
@ -1,14 +1,14 @@
|
|||||||
$packageName = 'autodesk-meshmixer'
|
$packageName = 'autodesk-meshmixer'
|
||||||
$installerType = 'exe'
|
$installerType = 'exe'
|
||||||
$silentArgs = '/S'
|
$silentArgs = '/S'
|
||||||
$url64 = '\\ucs\software\Autodesk_Meshmixer_v3p5_Win64.exe'
|
$url64 = '\\ucs\software\Autodesk_Meshmixer_v3p5_Win64.exe'
|
||||||
$checksum64 = '5d08cb6254e4d4280137d6d37ec689fc3f0c61dad08bbc978a451ac16b7f271c'
|
$checksum64 = '5d08cb6254e4d4280137d6d37ec689fc3f0c61dad08bbc978a451ac16b7f271c'
|
||||||
$checksumType64 = 'sha256'
|
$checksumType64 = 'sha256'
|
||||||
$validExitCodes = @(0,1223)
|
$validExitCodes = @(0,1223)
|
||||||
Install-ChocolateyPackage -PackageName $packageName `
|
Install-ChocolateyPackage -PackageName $packageName `
|
||||||
-FileType $installerType `
|
-FileType $installerType `
|
||||||
-SilentArgs $silentArgs `
|
-SilentArgs $silentArgs `
|
||||||
-Url64bit $url64 `
|
-Url64bit $url64 `
|
||||||
-ValidExitCodes $validExitCodes `
|
-ValidExitCodes $validExitCodes `
|
||||||
-Checksum64 $checksum64 `
|
-Checksum64 $checksum64 `
|
||||||
-ChecksumType64 $checksumType64
|
-ChecksumType64 $checksumType64
|
||||||
|
@ -1,20 +1,20 @@
|
|||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
|
||||||
<metadata>
|
<metadata>
|
||||||
<id>chitubox</id>
|
<id>chitubox</id>
|
||||||
<version>1.6.1</version>
|
<version>1.6.1</version>
|
||||||
<title>CHITUBOX</title>
|
<title>CHITUBOX</title>
|
||||||
<authors>CBD-Tech</authors>
|
<authors>CBD-Tech</authors>
|
||||||
<owners>Adam</owners>
|
<owners>Adam</owners>
|
||||||
<projectUrl>https://www.chitubox.com/chitubox_free.html</projectUrl>
|
<projectUrl>https://www.chitubox.com/chitubox_free.html</projectUrl>
|
||||||
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
||||||
<description>A slicer for DLP 3D printing.</description>
|
<description>A slicer for DLP 3D printing.</description>
|
||||||
<summary>A slicer for DLP 3D printing.</summary>
|
<summary>A slicer for DLP 3D printing.</summary>
|
||||||
<releaseNotes />
|
<releaseNotes />
|
||||||
<copyright>© 2019 CHITUBOX. All rights reserved.</copyright>
|
<copyright>© 2019 CHITUBOX. All rights reserved.</copyright>
|
||||||
<tags>3d solid print</tags>
|
<tags>3d solid print</tags>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency id="vcredist140" />
|
<dependency id="vcredist140" />
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</metadata>
|
</metadata>
|
||||||
</package>
|
</package>
|
@ -1,14 +1,14 @@
|
|||||||
$packageName = 'chitubox'
|
$packageName = 'chitubox'
|
||||||
$installerType = 'exe'
|
$installerType = 'exe'
|
||||||
$silentArgs = '/S'
|
$silentArgs = '/S'
|
||||||
$url64 = '\\ucs\software\CHITUBOX64Install_1.6.1.exe'
|
$url64 = '\\ucs\software\CHITUBOX64Install_1.6.1.exe'
|
||||||
$checksum64 = 'd399dcc7f44f3a34a878a93e1ca6f9c4fefe845a46a743c49e1353efda5cc16b'
|
$checksum64 = 'd399dcc7f44f3a34a878a93e1ca6f9c4fefe845a46a743c49e1353efda5cc16b'
|
||||||
$checksumType64 = 'sha256'
|
$checksumType64 = 'sha256'
|
||||||
$validExitCodes = @(0,1223)
|
$validExitCodes = @(0,1223)
|
||||||
Install-ChocolateyPackage -PackageName $packageName `
|
Install-ChocolateyPackage -PackageName $packageName `
|
||||||
-FileType $installerType `
|
-FileType $installerType `
|
||||||
-SilentArgs $silentArgs `
|
-SilentArgs $silentArgs `
|
||||||
-Url64bit $url64 `
|
-Url64bit $url64 `
|
||||||
-ValidExitCodes $validExitCodes `
|
-ValidExitCodes $validExitCodes `
|
||||||
-Checksum64 $checksum64 `
|
-Checksum64 $checksum64 `
|
||||||
-ChecksumType64 $checksumType64
|
-ChecksumType64 $checksumType64
|
||||||
|
Loading…
Reference in New Issue
Block a user