You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good question, right now it's not possible. I made a quick first template for me, to add IS as cask later:
cask 'image-shrinker' do
version '1.6.1'
sha256 :no_check
url "https://github.com/stefansl/image-shrinker/releases/download/v#{version}/Image-Shrinker-#{version}-mac.zip"
name 'Image Shrinker'
homepage 'https://image-shrinker.com/'
auto_updates true
app 'Image Shrinker.app'
end
How can I install this app by command
brew cask install image-shrinker
The text was updated successfully, but these errors were encountered: