Skip to content

Commit

Permalink
Update WAU-MSI_Actions.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
Romanitho committed Jul 20, 2024
1 parent 4d7d3db commit acde035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/WAU/Winget-AutoUpdate/WAU-MSI_Actions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ function Install-WingetAutoUpdate {
$sec = $sec + '(A;;GRGX;;;AU)'
$task.SetSecurityDescriptor($sec, 0)

#Copy App list to install folder
if ($AppListPath) {
#Copy App list to install folder (exept on self update)
if ($AppListPath -notlike "$InstallPath*") {
Copy-Item -Path $AppListPath -Destination $InstallPath
}

Expand Down

0 comments on commit acde035

Please sign in to comment.