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 82a46ae commit e83ea3dCopy full SHA for e83ea3d
scripts/install.sh
@@ -12,8 +12,8 @@ CLI_NAME="Kiro CLI"
12
COMMAND_NAME="kiro-cli"
13
BASE_URL="https://desktop-release.q.us-east-1.amazonaws.com"
14
MANIFEST_URL="${BASE_URL}/latest/manifest.json"
15
-MACOS_FILENAME="Kiro-Cli.dmg"
16
-MACOS_FILENAME_ESCAPED="Kiro-Cli.dmg"
+MACOS_FILENAME="Kiro CLI.dmg"
+MACOS_FILENAME_ESCAPED="Kiro%20CLI.dmg"
17
18
# Installation directories
19
MACOS_APP_DIR="/Applications"
0 commit comments