Skip to content

Commit

Permalink
feat: add linux appdir
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Jan 14, 2025
1 parent 43f989e commit a438928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/extend/os/linux/cask/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ module ClassMethods
vst_plugindir: "~/.vst",
vst3_plugindir: "~/.vst3",
fontdir: "#{ENV.fetch("XDG_DATA_HOME", "~/.local/share")}/fonts",
appdir: "~/.config/apps"
}.freeze, T::Hash[Symbol, String])

sig { returns(T::Hash[Symbol, String]) }
Expand Down

0 comments on commit a438928

Please sign in to comment.