Skip to content

Commit 6887b31

Browse files
committed
fix: locate release helper
1 parent f50da56 commit 6887b31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Scripts/mac-release

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ if [[ -n "${MAC_RELEASE_TOOL:-}" ]]; then
1010
fi
1111

1212
for candidate in \
13+
"$ROOT/../agent-scripts/skills/release-mac-app/scripts/mac-release" \
1314
"$ROOT/../agent-scripts/skills/mac-app-release/scripts/mac-release" \
15+
"$HOME/Projects/agent-scripts/skills/release-mac-app/scripts/mac-release" \
1416
"$HOME/Projects/agent-scripts/skills/mac-app-release/scripts/mac-release"; do
1517
if [[ -x "$candidate" ]]; then
1618
exec "$candidate" "$@"

0 commit comments

Comments
 (0)