mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
parent
c781be3124
commit
d983e53e91
@ -5,9 +5,9 @@
|
||||
class Wezterm < Formula
|
||||
desc "A GPU-accelerated cross-platform terminal emulator and multiplexer written by @wez and implemented in Rust"
|
||||
homepage "https://wezfurlong.org/wezterm/"
|
||||
url "https://github.com/wez/wezterm/releases/download/@TAG@/WezTerm-@TAG@-Ubuntu22.04.AppImage"
|
||||
url "https://github.com/wez/wezterm/releases/download/@TAG@/WezTerm-@TAG@-Ubuntu20.04.AppImage"
|
||||
sha256 "@SHA256@"
|
||||
head "https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu22.04.AppImage"
|
||||
head "https://github.com/wez/wezterm/releases/download/nightly/WezTerm-nightly-Ubuntu20.04.AppImage"
|
||||
|
||||
def install
|
||||
Dir.glob("*.AppImage").each do |img|
|
||||
|
Loading…
Reference in New Issue
Block a user