Skip to content

Commit

Permalink
#3488 Composer: ffmpeg custom command
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Trofimov committed Sep 6, 2021
1 parent 5cb6f47 commit 53fd11b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,11 @@
"recurly/recurly-client": "2.10.*",
"stripe/stripe-php": "^7.95",
"twilio/sdk": "^5.19",

"avto-dev/composer-cleanup-plugin": "dev-master"
},
"scripts": {
"post-update-cmd": [
"test -f ./plugins/ffmpeg/ffmpeg/linux-x64 && mv ./plugins/ffmpeg/ffmpeg/linux-x64 ./plugins/ffmpeg/ffmpeg.exe && rm -rf ./plugins/ffmpeg/ffmpeg || true"
]
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 53fd11b

Please sign in to comment.