mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
get, append and set to PATH for cli
This commit is contained in:
parent
bb24d90592
commit
ece139671d
@ -57,6 +57,11 @@ $assetPath = "$programPath\assets\ICON_Enabled.ico"
|
|||||||
DownloadFile -url https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/assets/ICON_Disabled.ico
|
DownloadFile -url https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/assets/ICON_Disabled.ico
|
||||||
DownloadFile -url https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/assets/ICON_Enabled.ico
|
DownloadFile -url https://raw.githubusercontent.com/Baipyrus/ProxySwitcher/main/assets/ICON_Enabled.ico
|
||||||
|
|
||||||
|
# Add program to PATH for cli application
|
||||||
|
$userpath = [System.Environment]::GetEnvironmentVariable("PATH", "User")
|
||||||
|
$userpath = $userpath + ";$programDir"
|
||||||
|
[System.Environment]::SetEnvironmentVariable("PATH", $userpath, "User")
|
||||||
|
|
||||||
# Create Startmenu Shortcut
|
# Create Startmenu Shortcut
|
||||||
Write-Host "Creating shortcuts for easy access..." -ForegroundColor Cyan
|
Write-Host "Creating shortcuts for easy access..." -ForegroundColor Cyan
|
||||||
$assetsDir = "assets"
|
$assetsDir = "assets"
|
||||||
|
Loading…
Reference in New Issue
Block a user