We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e77300 commit 1457666Copy full SHA for 1457666
1 file changed
Casks/coder-desktop.rb
@@ -1,6 +1,6 @@
1
cask "coder-desktop" do
2
- version "0.8.1"
3
- sha256 "b4187930ff59a4a7eee65cf79fbc2cadc6b94e3d6eea505a740cd27880d23c57"
+ version "0.8.2"
+ sha256 "213f02fc7ebe014572b20fedec512c55b0695651dfd925764fbbc1c6db986ab0"
4
5
url "https://github.com/coder/coder-desktop-macos/releases/download/v#{version}/Coder-Desktop.pkg"
6
name "Coder Desktop"
@@ -29,4 +29,11 @@
29
"~/Library/HTTPStorages/com.coder.Coder-Desktop",
30
"~/Library/Preferences/com.coder.Coder-Desktop.plist",
31
]
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
39
end
0 commit comments