Commit Graph

8 Commits

Author SHA1 Message Date
Steven Pickles
193cf43aa4 Update references to version 6.6.121 2021-03-26 09:15:23 -04:00
Steven Pickles
baf4edc79e Update references to version 6.2.100 2021-01-17 15:26:26 -05:00
Steven Pickles
2ac17f07ee Remove comments from tools/chocolateyinstall.ps1 as recommended
Chocolatey install documentation recommends removing all comments from
the tools/chocolateyinstall.ps1 file before releasing the package.
2020-03-10 11:49:09 -04:00
Steven Pickles
ecac52c31a Remove unused files from repository as they are not needed 2020-03-10 11:44:55 -04:00
Steven Pickles
a0070c87d9 Use Install-ChocolateyPackage instead of Install-ChocolateyInstallPackage
Since Install-ChocolateyInstallPackage is noted to be used with the
$file parameter and not the $url parameter, the Chocolatey documentation
says to use Install-ChocolateyPackage. I made this mistake in a previous
commit.
2020-03-10 11:43:42 -04:00
Steven Pickles
b891a8801c Add installer URL, checksum, and install arguments 2020-03-10 09:53:55 -04:00
Steven Pickles
3a1e464b14 Remove license and verification because they are unnecessary
Per _TODO.txt the LICENSE.txt and VERIFICATION.txt files should be
removed if the installation binary is not embedded.
2020-03-09 11:02:29 -04:00
Steven Pickles
cd389fa1ce Create package using "choco add CricutDesignSpace" PowerShell command 2020-03-09 10:22:27 -04:00