Skip to content

Commit b54a8f8

Browse files
chkpntGregor Dschung
authored andcommitted
Add binary stanza for SourceGit
1 parent fb48f2d commit b54a8f8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update_tap_upon_new_version.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -516,6 +516,7 @@ jobs:
516516
depends_on macos: ">= :big_sur"
517517
518518
app "SourceGit.app"
519+
binary "#{appdir}/SourceGit.app/Contents/MacOS/SourceGit", target: "sourcegit"
519520
520521
zap trash: [
521522
"~/Library/Application Support/SourceGit",

Casks/sourcegit.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
depends_on macos: ">= :big_sur"
1919

2020
app "SourceGit.app"
21+
binary "#{appdir}/SourceGit.app/Contents/MacOS/SourceGit", target: "sourcegit"
2122

2223
zap trash: [
2324
"~/Library/Application Support/SourceGit",

0 commit comments

Comments
 (0)