File tree 2 files changed +13
-1
lines changed
2 files changed +13
-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,18 @@ 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
+
116
+ zap trash: [
117
+ "~/Library/Caches/com.coder.Coder-Desktop",
118
+ "~/Library/HTTPStorages/com.coder.Coder-Desktop",
119
+ "~/Library/Preferences/com.coder.Coder-Desktop.plist",
120
+ ]
109
121
end
110
122
EOF
111
123
You can’t perform that action at this time.
0 commit comments