Skip to content

Commit 5b615d2

Browse files
committed
Fix 'brew style' warnings
1 parent c0aa696 commit 5b615d2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

publish/homebrew/github-desktop-plus.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
depends_on macos: ">= :monterey"
1919

2020
app "GitHub Desktop Plus.app"
21+
binary "#{appdir}/GitHub Desktop Plus.app/Contents/Resources/app/static/github-desktop-plus-cli.sh",
22+
target: "github-desktop-plus-cli"
2123

2224
postflight do
2325
system_command "/usr/bin/xattr",
2426
args: ["-dr", "com.apple.quarantine", "#{appdir}/GitHub Desktop Plus.app"]
2527
end
2628

27-
binary "#{appdir}/GitHub Desktop Plus.app/Contents/Resources/app/static/github-desktop-plus-cli.sh",
28-
target: "github-desktop-plus-cli"
29-
3029
zap trash: [
31-
"~/Library/Application Support/GitHub Desktop Plus",
32-
"~/Library/Logs/GitHub Desktop Plus",
33-
]
30+
"~/Library/Application Support/GitHub Desktop Plus",
31+
"~/Library/Logs/GitHub Desktop Plus",
32+
]
3433
end

0 commit comments

Comments
 (0)