Skip to content

Commit

Permalink
AU: 1 updated - manimce
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 23, 2020
1 parent b15b2e3 commit b8315d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manimce/manimce.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>manimce</id>
<version>0.0.1</version>
<version>0.1.0</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/manimce</packageSourceUrl>
<owners>naveen521kk</owners>
<title>ManimCE Install</title>
Expand Down
2 changes: 1 addition & 1 deletion manimce/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ Install-ChocolateyZipPackage `
-ChecksumType64 "SHA256"
Install-ChocolateyPath "$InstallLocation\pango" 'Machine'
python -m pip install --upgrade pip
python -m pip install "manimce==$version" --force --no-cache
python -m pip install "manimce==$version" --force --no-cache

0 comments on commit b8315d0

Please sign in to comment.