build/release/src: don't auto-download tianocore

it will already be there, if it was used when build rom images
This commit is contained in:
Leah Rowe
2021-05-22 20:31:11 +01:00
parent 15e4b8a00c
commit b4bcdc42f0
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ printf "Building ROM image archives for version %s\n" "${version}"
continue
fi
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${projectname}" "${version}" "${version}" "${target##*/}"
printf "Generating release/%s/roms/%s-%s_%s.tar.xz\n" "${version}" "${projectname}" "${version}" "${target##*/}"
printf "%s\n" "${version}" > "${target}/version"
printf "%s\n" "${versiondate}" > "${target}/versiondate"
printf "%s\n" "${projectname}" > "${target}/projectname"