Skip to content

Commit

Permalink
4.2.6: Last commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
DrDonk committed Mar 3, 2023
1 parent 862c34b commit d222d16
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changes

All dates are UK DD/MM/YY format.


## 03/03/23 4.2.6
### This is the last release of Unlocker.

_drdonk:_
* Tidy up of code
* Removed template VMs
* Added macOS recovery VMDK utility

## 06/02/23 4.2.5
_drdonk_
* Added dumpsmc to release build as useful for diagnostic info
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# macOS Unlocker V4 for VMware Workstation

## Unlocker 2007-2023
## This project is now archived as I no longer use VMware and not in a position to provide future development and support.

***

Please checkout the wiki. https://github.com/DrDonk/unlocker/wiki
Expand Down
4 changes: 3 additions & 1 deletion zipit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ echo Create distribution files - $VERSION
rm -vf ./dist/unlocker$VERSION.zip
rm -vrf ./dist/unlocker$VERSION
7z a ./dist/unlocker$VERSION.zip ./build/*
tar czvf ./dist/unlocker$VERSION.tgz ./build/*
cd ./build
tar czvf ../dist/unlocker$VERSION.tgz *
cd ..
7z x -o./dist/unlocker$VERSION ./dist/unlocker$VERSION.zip

shasum -a 256 ./dist/unlocker$VERSION.tgz
Expand Down

0 comments on commit d222d16

Please sign in to comment.