Adapted README to ImageSieve
Removed wiki step
This commit is contained in:
parent
29bdab6e6d
commit
771ed72cc0
2 changed files with 2 additions and 4 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -177,10 +177,6 @@ jobs:
|
||||||
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
hub release create $(for a in latest_artifacts/*; do echo -a $a; done) -m "$NAME" -t "master" "$TAGNAME"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
- name: Update Wiki
|
|
||||||
run: ./util/update_wiki.sh artifacts ${{ steps.create_release.outputs.tag_name }}
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
|
||||||
- name: Prune old releases
|
- name: Prune old releases
|
||||||
run: ./util/prunetags.sh
|
run: ./util/prunetags.sh
|
||||||
env:
|
env:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
# FFmpeg Static Auto-Builds
|
# FFmpeg Static Auto-Builds
|
||||||
|
|
||||||
|
**Fork from [BtbN](https://github.com/BtbN/FFmpeg-Builds) with changes to get a smaller binary for [ImageSieve](https://github.com/Futsch1/image-sieve)**
|
||||||
|
|
||||||
Static Windows (x86_64) and Linux (x86_64) Builds of ffmpeg master and latest release branch.
|
Static Windows (x86_64) and Linux (x86_64) Builds of ffmpeg master and latest release branch.
|
||||||
|
|
||||||
Windows builds are targetting Windows 7 and newer.
|
Windows builds are targetting Windows 7 and newer.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue