Skip to content
This repository has been archived by the owner on May 17, 2020. It is now read-only.

Commit

Permalink
Build: Fix bundling FwRuntimeServices.efi
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Aug 5, 2019
1 parent fe87c7c commit 57e81d9
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions macbuild.tool
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ package() {
pushd "$1" || exit 1
rm -rf tmp || exit 1
mkdir -p tmp/Drivers || exit 1
mkdir -p tmp/Tools || exit 1
cp ApfsDriverLoader.efi tmp/Drivers/ || exit 1
cp AppleGenericInput.efi tmp/Drivers/|| exit 1
cp AppleUiSupport.efi tmp/Drivers/ || exit 1
cp UsbKbDxe.efi tmp/Drivers/ || exit 1
cp VBoxHfs.efi tmp/Drivers/ || exit 1
cp CleanNvram.efi tmp/Tools/ || exit 1
cp VerifyMsrE2.efi tmp/Tools/ || exit 1
mkdir -p tmp/Tools || exit 1
cp ApfsDriverLoader.efi tmp/Drivers/ || exit 1
cp AppleGenericInput.efi tmp/Drivers/ || exit 1
cp AppleUiSupport.efi tmp/Drivers/ || exit 1
cp FwRuntimeServices.efi tmp/Drivers/ || exit 1
cp UsbKbDxe.efi tmp/Drivers/ || exit 1
cp VBoxHfs.efi tmp/Drivers/ || exit 1
cp CleanNvram.efi tmp/Tools/ || exit 1
cp VerifyMsrE2.efi tmp/Tools/ || exit 1
pushd tmp || exit 1
zip -qry -FS ../"AppleSupport-${ver}-${2}.zip" * || exit 1
popd || exit 1
Expand Down

0 comments on commit 57e81d9

Please sign in to comment.