Skip to content
This repository has been archived by the owner on Nov 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #20 from DrDonk/dev
Browse files Browse the repository at this point in the history
Merge 4.2.1
  • Loading branch information
DrDonk committed Jun 4, 2022
2 parents 186663a + b439ec0 commit f3a7b03
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,11 @@

All dates are UK format.

## 03/06/22 4.2.1
_drdonk_:
* Missing message when removing ISOs in relock
* Updated darwin.iso to version 12.0.5

## 13/05/22 4.2.0
_drdonk:_
* Split unlocker.exe into 2 new files unlock.exe and relock.exe so can be directly executed on Windows without
Expand Down
Binary file modified CHANGELOG.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion commands/relock/relock.go
Expand Up @@ -72,7 +72,7 @@ func main() {
// Removing ISOs
fmt.Println()
fmt.Println("Removing VMware Tools...")
fmt.Printf(v.DstISOMacOSX)
fmt.Println(v.DstISOMacOSX)
_ = os.Remove(v.DstISOMacOSX)
fmt.Println(v.DstISOmacOS)
_ = os.Remove(v.DstISOmacOS)
Expand Down
Binary file modified iso/darwin.iso
Binary file not shown.
2 changes: 1 addition & 1 deletion vmwpatch/version.go
@@ -1,4 +1,4 @@
package vmwpatch

const VERSION = "4.2.0"
const VERSION = "4.2.1"
const COPYRIGHT = "© 2014-2022 David Parsons"

0 comments on commit f3a7b03

Please sign in to comment.