Skip to content

Commit

Permalink
update notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Feb 14, 2024
1 parent 20798c3 commit 430acd9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,17 @@
This repo builds lightweight static binaries of `ffmpeg` and `ffprobe` with core functionality only using GitHub Actions. It builds when a tag is created, by pulling down the official source for that tag and compiling them on a Mac OS build runner.
It is used in LosslessCut for Mac App Store and therefore is built with `--disable-securetransport` to prevent the private API usage that is forbidden by Apple in the App Store. For more info see (this blog post)[https://blog.mifi.no/2020/03/31/automated-electron-build-with-release-to-mac-app-store-microsoft-store-snapcraft/]

## Release new version
## Make changes

- First make any needed changes in the [build-ffmpeg](build-ffmpeg) and commit
- First make any needed changes in the [build-ffmpeg](build-ffmpeg) and commit/push
- Check build in GitHub Actions and test artifacts

## Release

- Tag new version, for example `git tag -m '' -a 6.0-1`
- `git push --follow-tags`
- Wait for GitHub actions to finish
- Release the auto-created draft

## After build complete

Expand Down

0 comments on commit 430acd9

Please sign in to comment.