Skip to content

Commit

Permalink
What the fuck is going on with the homebrew checks, seriously
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Jun 13, 2024
1 parent 8c93223 commit 0d02345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/gitportal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Gitportal < Formula

def install
suffix = (Hardware::CPU.arch == :x86_64) ? "X64" : "Arm64"
system "gradle", "--no-daemon", "-Pbrewbuild=true", "linkReleaseExecutableMacos#{suffix}"
system "gradle", "--no-daemon", "linkReleaseExecutableMacos#{suffix}"
bin.install "cli-build/build/bin/macos#{suffix}/releaseExecutable/cli-build.kexe" => "gitportal"
end

Expand Down

0 comments on commit 0d02345

Please sign in to comment.