Skip to content

Commit 84ff950

Browse files
committed
Apparently, we still need that script ...
1 parent 84b05da commit 84ff950

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

openh264/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ license.workspace = true
1010
repository.workspace = true
1111
rust-version.workspace = true
1212
version.workspace = true
13-
readme = "../README.md"
1413

1514
exclude = [
1615
"**/*.h264",

scripts/update_readmes.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
2+
PROJECT_ROOT="$( cd "$(dirname "$0")/.." ; pwd -P )" # this file
3+
4+
cp -r "$PROJECT_ROOT/openh264/README.md" "$PROJECT_ROOT"

0 commit comments

Comments
 (0)