-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Option to output to folder instead of compressed archive #438
Feature Request: Option to output to folder instead of compressed archive #438
Comments
It kinda already does that, so you can achieve is by just hitting Ctrl+C at the right time, basically when it starts generating the archive. |
Yep, I saw that, just that Ctrl+C isn't the greatest for an automated cronjob 😜.
What would be your prefered way to add an option though? |
Just provide FFBUILD_OUTPUT_DIR as environment variable to the build script, and what normally ends up in the archive gets written there. |
Dude, you're amazing! Didn't think you would do that so quick. Will test! |
Closes BtbN#438 ## Summary by Sourcery New Features: - Added an option to output the build artifacts to a directory instead of an archive. Co-authored-by: BtbN <[email protected]>
So in this block of code, it creates a compressed archive (zip on Windows and xz tar for Linux) for the output:
FFmpeg-Builds/build.sh
Lines 61 to 67 in 93aace0
Since I'm trying to make my setup on my server reproducible, the best option for me would be to fork and make the one change and then pull from my fork, but this requires me to update my fork.
If you would be open to having an option (either an env, a command line flag, or addin etc.) I would be happy to implement it and PR it. This way, there's no need for me to maintain a fork, and if someone else finds it useful, they will benefit.
Also, I'm the same guy who made #426. (If you want me to close that one because it's not planned, I will do that, just lmk!)
The text was updated successfully, but these errors were encountered: