Rename powershell command
This commit is contained in:
parent
8e4f0ccd9a
commit
9758a6428f
16 changed files with 35 additions and 35 deletions
scripts/Windows/Software/LGHub
|
@ -4,7 +4,7 @@ $null = New-Module {
|
|||
$path = "$env:LOCALAPPDATA/LGHUB";
|
||||
$softwareName = "LGHub";
|
||||
|
||||
function Invoke-BackupLGHub([Context] $context) {
|
||||
function Backup-LogitechGHUB([Context] $context) {
|
||||
$hubName = "lghub.exe";
|
||||
$hubPath = $(Get-Process | Where-Object { [System.IO.Path]::GetFileName($_.Path) -eq $hubName })[0].Path;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue