diff --git a/autodesk-meshmixer/autodesk-meshmixer.nuspec b/autodesk-meshmixer/autodesk-meshmixer.nuspec index 0aee6a7..abe3060 100644 --- a/autodesk-meshmixer/autodesk-meshmixer.nuspec +++ b/autodesk-meshmixer/autodesk-meshmixer.nuspec @@ -1,15 +1,15 @@ - - - - autodesk-meshmixer - 3.5 - Autodesk Meshmixer - Autodesk, Inc. - Vaquero - http://download.autodesk.com/us/FY16/Suites/LSA/en-US/lsa.html - http://www.123dapp.com/meshmixer - https://cdn.rawgit.com/TomOne/various/05103fe90f844ffe2349b108382c886d715d8ab7/meshmixer.png - true + + + + autodesk-meshmixer + 3.5 + Autodesk Meshmixer + Autodesk, Inc. + Vaquero + http://download.autodesk.com/us/FY16/Suites/LSA/en-US/lsa.html + http://www.123dapp.com/meshmixer + https://cdn.rawgit.com/TomOne/various/05103fe90f844ffe2349b108382c886d715d8ab7/meshmixer.png + true ##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”. @@ -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"`) -**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. - 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. - - © Autodesk, Inc. All Rights Reserved. - 123D meshmixer autodesk modeling 3d surface solid print admin - https://github.com/Vaquero84/chocolatey-packages/tree/master/automatic/autodesk-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. + 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. + + © Autodesk, Inc. All Rights Reserved. + 123D meshmixer autodesk modeling 3d surface solid print admin + https://github.com/Vaquero84/chocolatey-packages/tree/master/automatic/autodesk-meshmixer + \ No newline at end of file diff --git a/autodesk-meshmixer/tools/chocolateyInstall.ps1 b/autodesk-meshmixer/tools/chocolateyInstall.ps1 index 2cbd2be..033037c 100644 --- a/autodesk-meshmixer/tools/chocolateyInstall.ps1 +++ b/autodesk-meshmixer/tools/chocolateyInstall.ps1 @@ -1,14 +1,14 @@ -$packageName = 'autodesk-meshmixer' -$installerType = 'exe' -$silentArgs = '/S' -$url64 = '\\ucs\software\Autodesk_Meshmixer_v3p5_Win64.exe' -$checksum64 = '5d08cb6254e4d4280137d6d37ec689fc3f0c61dad08bbc978a451ac16b7f271c' -$checksumType64 = 'sha256' -$validExitCodes = @(0,1223) -Install-ChocolateyPackage -PackageName $packageName ` - -FileType $installerType ` - -SilentArgs $silentArgs ` - -Url64bit $url64 ` - -ValidExitCodes $validExitCodes ` - -Checksum64 $checksum64 ` - -ChecksumType64 $checksumType64 +$packageName = 'autodesk-meshmixer' +$installerType = 'exe' +$silentArgs = '/S' +$url64 = '\\ucs\software\Autodesk_Meshmixer_v3p5_Win64.exe' +$checksum64 = '5d08cb6254e4d4280137d6d37ec689fc3f0c61dad08bbc978a451ac16b7f271c' +$checksumType64 = 'sha256' +$validExitCodes = @(0,1223) +Install-ChocolateyPackage -PackageName $packageName ` + -FileType $installerType ` + -SilentArgs $silentArgs ` + -Url64bit $url64 ` + -ValidExitCodes $validExitCodes ` + -Checksum64 $checksum64 ` + -ChecksumType64 $checksumType64 diff --git a/chitubox/chitubox.nuspec b/chitubox/chitubox.nuspec index 9bb58e9..15d076a 100644 --- a/chitubox/chitubox.nuspec +++ b/chitubox/chitubox.nuspec @@ -1,20 +1,20 @@ - - - - chitubox - 1.6.1 - CHITUBOX - CBD-Tech - Adam - https://www.chitubox.com/chitubox_free.html - false - A slicer for DLP 3D printing. - A slicer for DLP 3D printing. - - © 2019 CHITUBOX. All rights reserved. - 3d solid print - - - - + + + + chitubox + 1.6.1 + CHITUBOX + CBD-Tech + Adam + https://www.chitubox.com/chitubox_free.html + false + A slicer for DLP 3D printing. + A slicer for DLP 3D printing. + + © 2019 CHITUBOX. All rights reserved. + 3d solid print + + + + \ No newline at end of file diff --git a/chitubox/tools/chocolateyInstall.ps1 b/chitubox/tools/chocolateyInstall.ps1 index faf795d..20e41da 100644 --- a/chitubox/tools/chocolateyInstall.ps1 +++ b/chitubox/tools/chocolateyInstall.ps1 @@ -1,14 +1,14 @@ -$packageName = 'chitubox' -$installerType = 'exe' -$silentArgs = '/S' -$url64 = '\\ucs\software\CHITUBOX64Install_1.6.1.exe' -$checksum64 = 'd399dcc7f44f3a34a878a93e1ca6f9c4fefe845a46a743c49e1353efda5cc16b' -$checksumType64 = 'sha256' -$validExitCodes = @(0,1223) -Install-ChocolateyPackage -PackageName $packageName ` - -FileType $installerType ` - -SilentArgs $silentArgs ` - -Url64bit $url64 ` - -ValidExitCodes $validExitCodes ` - -Checksum64 $checksum64 ` - -ChecksumType64 $checksumType64 +$packageName = 'chitubox' +$installerType = 'exe' +$silentArgs = '/S' +$url64 = '\\ucs\software\CHITUBOX64Install_1.6.1.exe' +$checksum64 = 'd399dcc7f44f3a34a878a93e1ca6f9c4fefe845a46a743c49e1353efda5cc16b' +$checksumType64 = 'sha256' +$validExitCodes = @(0,1223) +Install-ChocolateyPackage -PackageName $packageName ` + -FileType $installerType ` + -SilentArgs $silentArgs ` + -Url64bit $url64 ` + -ValidExitCodes $validExitCodes ` + -Checksum64 $checksum64 ` + -ChecksumType64 $checksumType64