File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
cask "coder-desktop" do
2
- version "0.7.2 "
3
- sha256 "bc71704fa50328d971c6f4a2ab459cfe221adea608ce01b40ec73e4e83492bea "
2
+ version "0.8.0 "
3
+ sha256 "e683fe7dcd3abb6485a6ebb0668a0fd72ed04efb0d11163cc22b5f3eab85ff88 "
4
4
5
5
url "https://github.com/coder/coder-desktop-macos/releases/download/v#{ version } /Coder-Desktop.pkg"
6
6
name "Coder Desktop"
14
14
15
15
uninstall quit : [
16
16
"com.coder.Coder-Desktop" ,
17
+ "com.coder.Coder-Desktop.Helper" ,
17
18
"com.coder.Coder-Desktop.VPN" ,
18
19
] ,
19
20
login_item : "Coder Desktop"
20
21
21
- zap delete : "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib" ,
22
+ zap delete : [
23
+ "/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin-arm64" ,
24
+ "/var/root/Library/Application Support/com.coder.Coder-Desktop/coder-darwin_amd64" ,
25
+ "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib" ,
26
+ ] ,
22
27
trash : [
23
28
"~/Library/Caches/com.coder.Coder-Desktop" ,
24
29
"~/Library/HTTPStorages/com.coder.Coder-Desktop" ,
You can’t perform that action at this time.
0 commit comments