mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-06-12 05:17:39 +02:00
build: add license file to archives
This commit is contained in:
2
build.sh
2
build.sh
@ -81,6 +81,8 @@ BUILD_NAME="ffmpeg-$(./ffbuild/ffmpeg/ffbuild/version.sh ffbuild/ffmpeg)-${TARGE
|
||||
mkdir -p "ffbuild/pkgroot/$BUILD_NAME"
|
||||
package_variant ffbuild/prefix "ffbuild/pkgroot/$BUILD_NAME"
|
||||
|
||||
[[ -n "$LICENSE_FILE" ]] && cp "ffbuild/ffmpeg/$LICENSE_FILE" "ffbuild/pkgroot/$BUILD_NAME/LICENSE.txt"
|
||||
|
||||
cd ffbuild/pkgroot
|
||||
if [[ "${TARGET}" == win* ]]; then
|
||||
OUTPUT_FNAME="${BUILD_NAME}.zip"
|
||||
|
Reference in New Issue
Block a user