Skip to content

Commit 4770207

Browse files
committed
fix: add embedded requirement in macos signing request for qchat
1 parent e2f918a commit 4770207

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-scripts/manifest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ def app_manifest():
6464
path="Contents/MacOS/qterm",
6565
identifier="com.amazon.qterm",
6666
),
67+
EmbeddedRequirement(
68+
path="Contents/MacOS/qchat",
69+
identifier="com.amazon.qchat",
70+
),
6771
],
6872
)
6973

0 commit comments

Comments
 (0)