Skip to content

Commit

Permalink
fix: mdbook install functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 4, 2023
1 parent 9b8776b commit 4f707e8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Formula/mdbook-catppuccin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ class MdbookCatppuccin < Formula
url "https://github.com/catppuccin/mdBook/releases/download/v2.0.1/mdbook-catppuccin-x86_64-apple-darwin.tar.gz"
sha256 "ce2c10b5bee597d5ce063796b410d8841b23c94f7c548a515e9bd22cc31c4a75"

bin.install "mdbook-catppuccin-x86_64-apple-darwin" => "mdbook-catppuccin"
def install
bin.install "mdbook-catppuccin-x86_64-apple-darwin" => "mdbook-catppuccin"
end
end
end

Expand All @@ -22,7 +24,9 @@ class MdbookCatppuccin < Formula
url "https://github.com/catppuccin/mdBook/releases/download/v2.0.1/mdbook-catppuccin-x86_64-unknown-linux-gnu.tar.gz"
sha256 "38abdc0998402d975485757b2477dd9d5ad736f67706872988e890d0d641c6c9"

bin.install "mdbook-catppuccin-x86_64-unknown-linux-gnu" => "mdbook-catppuccin"
def install
bin.install "mdbook-catppuccin-x86_64-unknown-linux-gnu" => "mdbook-catppuccin"
end
end
end

Expand Down

0 comments on commit 4f707e8

Please sign in to comment.