morpheusv2

A Matrix client written in Go-QT
git clone git://archive.git.mtrnord.blog/Nordgedanken/morpheusv2.git
Log | Files | Refs | README | LICENSE

chocolateyUninstall.ps1 (241B)


      1 $packageName = "{{.Choco.ID}}";
      2 $fileType = 'msi';
      3 $scriptPath =  $(Split-Path $MyInvocation.MyCommand.Path);
      4 $fileFullPath = Join-Path $scriptPath '{{.Choco.MsiFile}}';
      5 
      6 Uninstall-ChocolateyPackage $packageName $fileType "$fileFullPath /q"