From dbccd70d80c255f9cfd0cf68115b02ad22296c60 Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Sun, 28 Jan 2024 20:24:22 +0100 Subject: [PATCH] smoothie: fix uninstall and specify arch --- bucket/smoothie.json | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/bucket/smoothie.json b/bucket/smoothie.json index 69426ae..c07640b 100644 --- a/bucket/smoothie.json +++ b/bucket/smoothie.json @@ -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": [ @@ -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\"",