File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 10
10
permissions : {}
11
11
12
12
# Cancel in-progress runs for when multiple PRs get merged
13
- # in quickl succession. Ignore this for tag releases though.
13
+ # in quick succession. Ignore this for tag releases though.
14
14
concurrency :
15
15
group : ${{ github.workflow }}-${{ github.ref }}
16
16
cancel-in-progress : ${{ !contains(github.ref, 'tags/')}}
Original file line number Diff line number Diff line change @@ -106,6 +106,19 @@ cask "coder-desktop${SUFFIX}" do
106
106
depends_on macos: ">= :sonoma"
107
107
108
108
app "Coder Desktop.app"
109
+
110
+ uninstall quit: [
111
+ "com.coder.Coder-Desktop",
112
+ "com.coder.Coder-Desktop.VPN",
113
+ ],
114
+ login_item: "Coder Desktop",
115
+ delete: "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib"
116
+
117
+ zap trash: [
118
+ "~/Library/Caches/com.coder.Coder-Desktop",
119
+ "~/Library/HTTPStorages/com.coder.Coder-Desktop",
120
+ "~/Library/Preferences/com.coder.Coder-Desktop.plist",
121
+ ]
109
122
end
110
123
EOF
111
124
You can’t perform that action at this time.
0 commit comments