Skip to content

Commit

Permalink
Merge pull request #197342 from zyoshoka/various-update-uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane authored Jan 6, 2025
2 parents 2f1a49d + dafbf45 commit c8f373f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Casks/j/jordanbaird-ice.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@

app "Ice.app"

uninstall quit: "com.jordanbaird.Ice"
uninstall quit: "com.jordanbaird.Ice",
login_item: "Ice"

zap trash: [
"~/Library/Caches/com.jordanbaird.Ice",
Expand Down
3 changes: 2 additions & 1 deletion Casks/r/raycast.rb
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@

app "Raycast.app"

uninstall quit: "com.raycast.macos"
uninstall quit: "com.raycast.macos",
login_item: "Raycast"

zap trash: [
"~/.config/raycast",
Expand Down
3 changes: 2 additions & 1 deletion Casks/x/xbar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@

app "xbar.app"

uninstall quit: "com.xbarapp.app"
uninstall quit: "com.xbarapp.app",
login_item: "xbar"

zap trash: [
"~/Library/Application Support/xbar",
Expand Down

0 comments on commit c8f373f

Please sign in to comment.