Skip to content

Commit

Permalink
macbuild: remove obtain_recovery
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 24, 2019
1 parent 77e7761 commit e809534
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macbuild.tool
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ package() {
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/BootInstall" tmp/Utilities/ || exit 1
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/CreateVault" tmp/Utilities/ || exit 1
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/LogoutHook" tmp/Utilities/ || exit 1
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/Recovery" tmp/Utilities/ || exit 1
pushd tmp || exit 1
zip -qry -FS ../"OpenCore-${ver}-${2}.zip" * || exit 1
popd || exit 1
Expand Down

0 comments on commit e809534

Please sign in to comment.