Added KDENLive Video Editor for Install Requested Feature #38 (#206)

This commit is contained in:
Padsala Tushal
2022-10-03 02:38:38 +05:30
committed by GitHub
parent cb7643d087
commit 9a0366c231
3 changed files with 8 additions and 0 deletions

View File

@ -248,6 +248,10 @@ $WPFinstall.Add_Click({
$wingetinstall.Add("VideoLAN.VLC")
$WPFInstallvlc.IsChecked = $false
}
If ( $WPFInstallkdenlive.IsChecked -eq $true ) {
$wingetinstall.Add("KDE.Kdenlive")
$WPFInstallkdenlive.IsChecked = $false
}
If ( $WPFInstallvscode.IsChecked -eq $true ) {
$wingetinstall.Add("Git.Git")
$wingetinstall.Add("Microsoft.VisualStudioCode --source winget")