Make WinSCP the default ftp program

This commit is contained in:
Manuel Thalmann 2023-07-24 23:38:58 +02:00
commit 339ea4f9b7
2 changed files with 33 additions and 0 deletions
scripts/Windows/Software/WinSCP

View file

@ -5,3 +5,4 @@ param($context);
[Context] $context = $context;
choco install -y winscp;
. "$PSScriptRoot/../../Config/WinSCP/Install.ps1" $context;