Skip to content

Commit fde238f

Browse files
authored
Merge pull request #206972 from eleanordoesntcode/airy-updates
airy: add auto_updates and rosetta caveat
2 parents cd9044b + 15c3e22 commit fde238f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Casks/a/airy.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@
1212
strategy :sparkle, &:short_version
1313
end
1414

15+
auto_updates true
16+
1517
app "Airy.app"
1618

1719
uninstall quit: "com.eltima.Airy"
1820

1921
zap trash: "~/Library/Preferences/com.eltima.Airy.plist"
22+
23+
caveats do
24+
requires_rosetta
25+
end
2026
end

0 commit comments

Comments
 (0)