Skip to content

Commit 143c170

Browse files
committed
Update build-config manifest
1 parent de44703 commit 143c170

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

build-config/buildspec-macos_aarch64.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ phases:
3636
# TODO(grant): change bucket name to env var
3737
- aws s3 cp --recursive s3://fig-io-desktop-build-output-$AWS_ACCOUNT-$AWS_REGION/staging .
3838
- aws s3 rm --recursive s3://fig-io-desktop-build-output-$AWS_ACCOUNT-$AWS_REGION/staging
39+
- ls -la
3940

4041
artifacts:
4142
files:
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
type: :app # no need to change this for .pkg, .dmg and executables
22
os: :osx
3-
name: Amazon Q.app
3+
name: Kiro-Cli.app
44
outputs:
55
- label: macos
6-
path: Amazon Q.app
6+
path: Kiro-Cli.app
77
app:
88
:identifier: com.amazon.codewhisperer # this has to be same as Bundle identifier value in info.plist
99
signing_requirements:
@@ -12,9 +12,9 @@ app:
1212
signing_args:
1313
entitlements_path: SIGNING_METADATA/entitlements.plist
1414
embedded_requirements:
15-
Contents/MacOS/q:
16-
:identifier: com.amazon.q
15+
Contents/MacOS/kiro-cli:
16+
:identifier: com.amazon.kiro-cli
1717
signing_args:
18-
Contents/MacOS/qterm:
19-
:identifier: com.amazon.qterm
18+
Contents/MacOS/kiro-cli-term:
19+
:identifier: com.amazon.kiro-cli-term
2020
signing_args:

0 commit comments

Comments
 (0)