From 7b4ad3b8f56d414a7f773c11b03032435d3e7e33 Mon Sep 17 00:00:00 2001 From: Emad Adel Date: Sat, 8 Jun 2024 06:40:42 +0300 Subject: [PATCH] Update Invoke-Install.ps1 --- Scripts/Core/Invoke-Install.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Core/Invoke-Install.ps1 b/Scripts/Core/Invoke-Install.ps1 index 715a778e..2f5a58ae 100644 --- a/Scripts/Core/Invoke-Install.ps1 +++ b/Scripts/Core/Invoke-Install.ps1 @@ -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 {