We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5916e0a commit 64b974dCopy full SHA for 64b974d
scripts/installation/install-with-zed.ps1
@@ -31,7 +31,7 @@ $cliApiUrl = "https://api.github.com/repos/$cliRepoOwner/$cliRepoName/releases/l
31
32
# Set default install paths if not provided
33
if (-not $ZedInstallPath) {
34
- $ZedInstallPath = Join-Path $env:LOCALAPPDATA "Programs\ZedTesting" # TODO: Change the end path to `Zed` from `ZedTesting`
+ $ZedInstallPath = Join-Path $env:LOCALAPPDATA "Programs\Zed"
35
}
36
if (-not $CliInstallPath) {
37
$CliInstallPath = Join-Path $env:LOCALAPPDATA $cliRepoName
@@ -50,7 +50,7 @@ function Install-ZedEditor {
50
51
52
53
-
+
54
$tempDir = New-TempDirectory -Prefix "zed-install"
55
56
try {
0 commit comments