From ed1fe7b5b6264f172bd776809d4775dc2027eb09 Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Mon, 27 Nov 2023 18:42:27 +0100 Subject: [PATCH] add ff alias to ffmpeg in Get --- modules/Installers/Get.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/Installers/Get.ps1 b/modules/Installers/Get.ps1 index 7298486..5650a5c 100644 --- a/modules/Installers/Get.ps1 +++ b/modules/Installers/Get.ps1 @@ -58,7 +58,7 @@ CTT Upscaler has been installed! Find it in the options when right clicking a vi } 'Scoop'{Install-Scoop } - 'FFmpeg'{Install-FFmpeg } + {$_ -in 'ff','FFmpeg'}{Install-FFmpeg } {$_ -in 'zl','ZetaLoader'}{Install-ZetaLoader} {$_ -in 'CRU','custom-resolution-utility'}{Get-ScoopApp extras/cru}