File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
$GITHUB_x64_URL = "https://github.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName | caseDash }}/releases/download/{{ sdk .version }}/{{ language .params .executableName }}-cli-win-x64.exe"
17
17
$GITHUB_arm64_URL = "https://github.com/{{ sdk .gitUserName }}/{{ sdk .gitRepoName | caseDash }}/releases/download/{{ sdk .version }}/{{ language .params .executableName }}-cli-win-arm64.exe"
18
18
19
- # Appwrite download directory
19
+ # {{ spec . title | caseUcfirst }} download directory
20
20
${{ spec .title | upper }}_DOWNLOAD_DIR = Join-Path -Path $env:TEMP -ChildPath "{{ language .params .executableName }}.exe"
21
21
22
- # Appwrite CLI location
22
+ # {{ spec . title | caseUcfirst }} CLI location
23
23
${{ spec .title | upper }}_INSTALL_DIR = Join-Path -Path $env:LOCALAPPDATA -ChildPath "{{ spec .title | caseUcfirst }}"
24
24
25
25
$USER_PATH_ENV_VAR = [Environment]::GetEnvironmentVariable("PATH", "User")
@@ -85,4 +85,4 @@ CheckSystemInfo
85
85
DownloadBinary
86
86
Install
87
87
CleanUp
88
- InstallCompleted
88
+ InstallCompleted
You can’t perform that action at this time.
0 commit comments