Skip to content

Commit a0aa765

Browse files
committed
fix: streamline macOS extension installation in release workflow
1 parent f2538f1 commit a0aa765

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -637,11 +637,8 @@ jobs:
637637
echo ""
638638
echo " def install"
639639
echo " bin.install \"tom\""
640-
echo ""
641640
echo " # Install native macOS extension for notifications"
642-
echo " if OS.mac?"
643-
echo " prefix.install \"TenSecondTom.Extensions.MacOS.app\""
644-
echo " end"
641+
echo " prefix.install \"TenSecondTom.Extensions.MacOS.app\" if OS.mac?"
645642
echo " end"
646643
echo ""
647644
echo " def caveats"

0 commit comments

Comments
 (0)