-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Sound Blaster Command App #83746
Conversation
Maybe I need some help with the uninstaller script. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed an Empty Folder
Sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry
Please run
|
Done! I have used the Command: brew cask style Casks/sb-command.rb [--fix] from https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md But this command doesn't fixed the offences
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done!
I have used the Command: brew cask style Casks/sb-command.rb [--fix] from https://github.com/Homebrew/homebrew-cask/blob/master/doc/development/adding_a_cask.md
But this command doesn't fixed the offences
It would be great if you would help me with the Uninstaller. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iMonZ Sometimes when you execute a pkg
you don't need a zap
stanza because pkg
requires uninstall
, however, I've made the zap
stanza (just in case) which will ensure everything gets removed.
Also, if the name
is Sound Blaster Command
, then the .rb
needs to be sound-blaster-command.rb
Hey thank you! The name of the app after installing and on the Official Website is SB command! The tool from homebrew suggested the name for the .rb file as SB-command. So I need really to change this or let this at SB-command what is also better for the user cause of the same name on the website Co-authored-by: Randall <17261190+ran-dall@users.noreply.github.com>
Hey thank you! The name of the app after installing and on the Official Website is SB command! |
@iMonZ The main reason I'd change it to HOWEVER, I don't really have a problem with keeping it with |
Okay Right I’m changing it and run the style fix then you can merge |
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iMonZ LGTM. Good work!
Good work from your side! |
Moving to homebrew/cask-drivers. It definitely belongs there, as it’s useless without a peripheral: Also required a Because that repo requires the company’s name as a prefix, the correct name of the app It has almost no users yet, so this won’t be too disruptive.
|
|
||
uninstall script: { | ||
|
||
executable: '/Applications/Creative/Uninstaller.app/Contents/MacOS/Uninstaller', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Important: Do not tick a checkbox if you haven’t performed its action. Honesty is indispensable for a smooth review process.
After making all changes to a cask, verify:
brew cask audit --download {{cask_file}}
is error-free.brew cask style --fix {{cask_file}}
reports no offenses.Additionally, if adding a new cask:
brew cask install {{cask_file}}
worked successfully.brew cask uninstall {{cask_file}}
worked successfully.