Skip to content

Commit

Permalink
Update Invoke-Install.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
emadadel4 committed Jun 8, 2024
1 parent baa99e4 commit 7b4ad3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Scripts/Core/Invoke-Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ function Invoke-Install
CustomMsg -title "ITT | Emad Adel" -msg "Installed successfully: Portable Apps will save in C:\ProgramData\chocolatey\lib" -MessageBoxImage "Information" -MessageBoxButton "OK"
Finish
$sync.ProcessRunning = $false
Send-Apps -FirebaseUrl $sync.firebaseUrl -Key $env:COMPUTERNAME -list $selectedAppNames
Send-Apps -FirebaseUrl $sync.firebaseUrl -Key "$env:COMPUTERNAME $env:USERNAME" -list $selectedAppNames
}
else
{
Expand Down

0 comments on commit 7b4ad3b

Please sign in to comment.