Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit91da7f1

Browse files
committed
feat(scripts): add uninstall and zap stanzas
Change-Id: I529fc138981af6cad8566d8d5d40f474357d920aSigned-off-by: Thomas Kosiewski <tk@coder.com>
1 parent98c184d commit91da7f1

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

‎.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
permissions:{}
1111

1212
# Cancel in-progress runs for when multiple PRs get merged
13-
# inquickl succession. Ignore this for tag releases though.
13+
# inquick succession. Ignore this for tag releases though.
1414
concurrency:
1515
group:${{ github.workflow }}-${{ github.ref }}
1616
cancel-in-progress:${{ !contains(github.ref, 'tags/')}}

‎scripts/update-cask.sh

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
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+
],
121+
delete: "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib"
109122
end
110123
EOF
111124

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp