Skip to content

Commit 1457666

Browse files
cdrciCoder CI
andauthored
Coder Desktop v0.8.2 (#375)
This automatic PR was triggered by the release of Coder Desktop v0.8.2 Co-authored-by: Coder CI <ci@coder.com>
1 parent 1e77300 commit 1457666

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

Casks/coder-desktop.rb

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cask "coder-desktop" do
2-
version "0.8.1"
3-
sha256 "b4187930ff59a4a7eee65cf79fbc2cadc6b94e3d6eea505a740cd27880d23c57"
2+
version "0.8.2"
3+
sha256 "213f02fc7ebe014572b20fedec512c55b0695651dfd925764fbbc1c6db986ab0"
44

55
url "https://github.com/coder/coder-desktop-macos/releases/download/v#{version}/Coder-Desktop.pkg"
66
name "Coder Desktop"
@@ -29,4 +29,11 @@
2929
"~/Library/HTTPStorages/com.coder.Coder-Desktop",
3030
"~/Library/Preferences/com.coder.Coder-Desktop.plist",
3131
]
32+
33+
caveats <<~CAVEATS
34+
Coder Desktop must be installed in /Applications because it contains a
35+
System Network Extension, which macOS only activates when the containing
36+
app lives in /Applications. As this cask uses a `pkg` installer,
37+
HOMEBREW_CASK_OPTS=--appdir has no effect.
38+
CAVEATS
3239
end

0 commit comments

Comments
 (0)