mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
sox: Add 'play' and 'rec' (#4028)
This commit is contained in:
parent
905d088df9
commit
81cc946d7b
@ -6,7 +6,15 @@
|
||||
"url": "https://downloads.sourceforge.net/project/sox/sox/14.4.2/sox-14.4.2-win32.zip",
|
||||
"hash": "sha1:825b218c275687a38e96bf838dcfdd2e9bd55a25",
|
||||
"extract_dir": "sox-14.4.2",
|
||||
"bin": "sox.exe",
|
||||
"pre_install": [
|
||||
"Copy-Item \"$dir\\sox.exe\" \"$dir\\play.exe\"",
|
||||
"Copy-Item \"$dir\\sox.exe\" \"$dir\\rec.exe\""
|
||||
],
|
||||
"bin": [
|
||||
"sox.exe",
|
||||
"play.exe",
|
||||
"rec.exe"
|
||||
],
|
||||
"autoupdate": {
|
||||
"url": "https://downloads.sourceforge.net/project/sox/sox/$version/sox-$version-win32.zip",
|
||||
"extract_dir": "sox-$version"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user