Skip to content

Commit

Permalink
Build: Fix macbuild.tool not removing files from previous archive (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
cattyhouse authored and vit9696 committed Jul 5, 2019
1 parent 9c70249 commit 4fc5994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macbuild.tool
Expand Up @@ -63,7 +63,7 @@ package() {
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/Recovery" tmp/Utilities/ || exit 1
cp -r "${selfdir}/UDK/OcSupportPkg/Utilities/BootInstall" tmp/Utilities/ || exit 1
pushd tmp || exit 1
zip -qry ../"OpenCore-v${ver}-${2}.zip" * || exit 1
zip -qry -FS ../"OpenCore-v${ver}-${2}.zip" * || exit 1
popd || exit 1
rm -rf tmp || exit 1
popd || exit 1
Expand Down

0 comments on commit 4fc5994

Please sign in to comment.