Skip to content

Commit

Permalink
smoothie: fix uninstall and specify arch
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 28, 2024
1 parent 32534cf commit dbccd70
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions bucket/smoothie.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@
"homepage": "https://github.com/couleur-tweak-tips/smoothie-rs",
"license": "GPL-3.0",
"description": "Add motion blur to your videos by doing frame blending (and/or interpolation) using Smoothie: an user friendly VapourSynth wrapper ",
"url": "https://github.com/couleur-tweak-tips/smoothie-rs/releases/download/Nightly_2024.01.08_14-47/smoothie-rs-nightly.zip",
"hash": "4425975804E445C04384FA7F5F26F3F00106204F414352D9CC713310148B82CD",
"architecture": {
"64bit": {
"url": "https://github.com/couleur-tweak-tips/smoothie-rs/releases/download/Nightly_2024.01.08_14-47/smoothie-rs-nightly.zip",
"hash": "4425975804E445C04384FA7F5F26F3F00106204F414352D9CC713310148B82CD"
}
},
"extract_dir": "smoothie-rs",
"depends": "ffmpeg",
"post_install": [
Expand All @@ -29,7 +33,7 @@
"$Scoop = Get-Command Scoop | Split-Path | Split-Path",
"$SA = [System.IO.Path]::Combine([Environment]::GetFolderPath('StartMenu'), 'Programs', 'Scoop Apps')",
"@(",
" \"$Scoop\\shims\rc.lnk\"",
" \"$Scoop\\shims\\rc.lnk\"",
" \"$SA\\Smoothie.lnk\"",
" \"$SA\\Smoothie Recipe.lnk\"",
" \"$SendTo\\Smoothie.lnk\"",
Expand Down

0 comments on commit dbccd70

Please sign in to comment.