wingetautoupdate/Winget-AutoUpdate/functions/Get-IncludedApps.ps1

5 lines
151 B
PowerShell
Raw Normal View History

2022-04-05 13:17:18 +00:00
function Get-IncludedApps{
if (Test-Path "$WorkingDir\included_apps.txt"){
return Get-Content -Path "$WorkingDir\included_apps.txt"
}
}