File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-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,19 @@ 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+ 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+ ]
109122end
110123EOF
111124
You can’t perform that action at this time.
0 commit comments