Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit ae77574

Browse files
author
Coder CI
committedFeb 14, 2025·
Coder Desktop v0.1.1-ci.2
1 parent 7f8c74c commit ae77574

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
 

‎Formula/coder-desktop-experimental.rb

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
cask "coder-desktop-experimental" do
2+
version "v0.1.1-ci.2"
3+
sha256 "632a8cd8c6a5e758f7c0c2f0193c48e5093949f761434222da7f1e921d5ad338"
4+
5+
url "https://github.com/coder/coder-desktop-macos/releases/download/#{version}/Coder.Desktop.dmg"
6+
name "Coder Desktop"
7+
desc "Coder Desktop client"
8+
homepage "https://github.com/coder/coder-desktop-macos"
9+
10+
depends_on macos: ">= :sonoma"
11+
12+
app "Coder Desktop.app"
13+
end

0 commit comments

Comments
 (0)
Please sign in to comment.