mirror of
https://github.com/darwincereska/homebrew-software.git
synced 2026-02-12 04:04:41 -05:00
fix(notevc): fixed notevc
This commit is contained in:
@@ -12,7 +12,11 @@ class Notevc < Formula
|
||||
end
|
||||
|
||||
def install
|
||||
bin.install "notevc"
|
||||
if OS.mac?
|
||||
bin.install "notevc-macos-arm64" => "notevc"
|
||||
elsif OS.linux?
|
||||
bin.install "notevc-linux-x64" => "notevc"
|
||||
end
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user