提交 4fc5994d 编写于 作者: C cattyhouse 提交者: vit9696

Build: Fix macbuild.tool not removing files from previous archive (#7)

上级 9c70249a
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册