Skip to content
Open
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
20 changes: 20 additions & 0 deletions Casks/f/fixture-manager.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
cask "fixture-manager" do
version "1.1.0"
sha256 :no_check

url "https://cdn.inmusicbrands.com/soundswitch/FixtureManager/files/FixtureManagerInstaller.pkg",
verified: "cdn.inmusicbrands.com/soundswitch/FixtureManager/files/"
name "Fixture Manager"
desc "Create and edit lighting fixture profiles"
homepage "https://support.soundswitch.com/en/support/solutions/articles/69000844505-soundswitch-fixture-manager-complete-user-guide"

livecheck do
skip "No version information available"
end
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See comment here - #258344 (comment)


pkg "FixtureManagerInstaller.pkg"

uninstall pkgutil: "com.InMusic Brands - Arkaos NV.Fixture Manager.FixtureManager"

# No zap stanza required
end
Loading