Skip to content

Commit

Permalink
Add Sound Blaster Command App (#83746)
Browse files Browse the repository at this point in the history
Co-authored-by: Randall <[email protected]>
  • Loading branch information
iMonZ and ran-dall committed Jun 5, 2020
1 parent 9a31ad7 commit 31c6f7a
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Casks/sound-blaster-command.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
cask 'sound-blaster-command' do
version '1.2.04 (31)'
sha256 'd1264448def6d13e94c9465ac67d8b7a473ac9838c519821e3cee443fe43b268'

url 'https://download.creative.com/manualdn/Applications/100300/SEwNEWcs2X/SBCMD_MAC_L11_1_02_04.dmg'
name 'Sound Blaster Command'
homepage 'https://support.creative.com/'

pkg 'INSTALL.pkg'

uninstall script: {

executable: '/Applications/Creative/Uninstaller.app/Contents/MacOS/Uninstaller',
must_succeed: true,
print_stderr: false,
},
rmdir: [
'/Applications/Creative',
]

zap trash: [
'~/Library/Application Support/Creative.SB-Command',
'~/Library/Application Support/Creative.SB-Command.logs',
'~/Library/Preferences/Creative.SB-Command.plist',
]
end

0 comments on commit 31c6f7a

Please sign in to comment.