Skip to content

Commit

Permalink
AU: 1 updated - PartitionMasterFree
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 22, 2020
1 parent e2a0b8c commit e9531cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be verified like this:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 95443e48516bbbb4451ea2e91a9db37b9013c2f226141e91c50e0875e363c357
checksum32: 275c16ebecad1d88f6a8387fcf944d339dbb5118acbb3634796029c15fc7c6d1

File 'license.txt' is obtained from:
https://www.easeus.com/license.htm
2 changes: 1 addition & 1 deletion automatic/partitionmasterfree/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $Env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\epm_free_A_easeus.exe"
file = "$toolsPath\epm_free_B_easeus.exe"
silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes = @(0, 3010)
softwareName = 'EaseUS Partition Master*'
Expand Down

0 comments on commit e9531cd

Please sign in to comment.