File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1010permissions : {}
1111
1212# 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.
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.ref }}
1616 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
106106 depends_on macos: ">= :sonoma"
107107
108108 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+ ]
109121end
110122EOF
111123
You can’t perform that action at this time.
0 commit comments