Skip to content
Snippets Groups Projects
Select Git revision
  • 1994e2ad7f82374d8410b516ec985acb4229d385
  • master default
2 results

playwall.rb

Blame
  • playwall.rb 235 B
    cask 'playwall' do
      version :latest
      sha256 :no_check
    
      url 'https://playwall.thecodelabs.de/php/downloader.php?file=PlayWall.app.zip'
      name 'PlayWall Desktop'
      homepage 'https://playwall.thecodelabs.de'
    
      app 'PlayWall.app'
    end