Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion Casks/coder-desktop-preview.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cask "coder-desktop-preview" do
version "0.1.0-13-g98c184d"
version "0.1.0-14-g3b45c5c"
sha256 :no_check

url "https://github.com/coder/coder-desktop-macos/releases/download/preview/Coder.Desktop.dmg"
Expand All @@ -11,4 +11,17 @@
depends_on macos: ">= :sonoma"

app "Coder Desktop.app"

uninstall quit: [

Check failure on line 15 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.

Check failure on line 15 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.
"com.coder.Coder-Desktop",
"com.coder.Coder-Desktop.VPN",
],
login_item: "Coder Desktop"

zap trash: [

Check failure on line 21 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Cask/UninstallMethodsOrder: `trash` method out of order

Check failure on line 21 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.

Check failure on line 21 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Cask/UninstallMethodsOrder: `trash` method out of order

Check failure on line 21 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Layout/HashAlignment: Align the keys and values of a hash literal if they span more than one line.
"~/Library/Caches/com.coder.Coder-Desktop",
"~/Library/HTTPStorages/com.coder.Coder-Desktop",
"~/Library/Preferences/com.coder.Coder-Desktop.plist",
],
delete: "/var/root/Library/Containers/com.Coder-Desktop.VPN/Data/Documents/coder-vpn.dylib"

Check failure on line 26 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (ubuntu-22.04)

Cask/UninstallMethodsOrder: `delete` method out of order

Check failure on line 26 in Casks/coder-desktop-preview.rb

View workflow job for this annotation

GitHub Actions / test (macos-13)

Cask/UninstallMethodsOrder: `delete` method out of order
end
Loading