Skip to content

Commit

Permalink
add ff alias to ffmpeg in Get
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Nov 27, 2023
1 parent 21edca6 commit ed1fe7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/Installers/Get.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit ed1fe7b

Please sign in to comment.