mirror of
https://github.com/FranP-code/ChatGPT.git
synced 2025-10-13 00:13:25 +00:00
fix: Apple silicon cannot be installed
This commit is contained in:
@@ -5,7 +5,7 @@ cask "chatgpt" do
|
|||||||
"x86_64" => "5f8013bee34daa53be8612b751955f745e7af9ef85b3541eba304b45176b6d8a",
|
"x86_64" => "5f8013bee34daa53be8612b751955f745e7af9ef85b3541eba304b45176b6d8a",
|
||||||
"aarch64" => "a5d914277d16827c5e3c641abd80c7978f78b8ccf36bf08661e1bc06efc6224e"
|
"aarch64" => "a5d914277d16827c5e3c641abd80c7978f78b8ccf36bf08661e1bc06efc6224e"
|
||||||
}
|
}
|
||||||
|
if arch == "arm64" then arch = "aarch64" end
|
||||||
url "https://github.com/lencx/ChatGPT/releases/download/v#{version}/ChatGPT_#{version}_macos_#{arch}.dmg"
|
url "https://github.com/lencx/ChatGPT/releases/download/v#{version}/ChatGPT_#{version}_macos_#{arch}.dmg"
|
||||||
sha256 sha256s[arch]
|
sha256 sha256s[arch]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user