mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
gamemaker: fix style
This commit is contained in:
@@ -23,7 +23,6 @@ cask "gamemaker" do
|
||||
ohai "The GameMaker package postinstall script launches the GameMaker app" if retries >= 3
|
||||
ohai "Attempting to close com.yoyogames.gms2 to avoid unwanted user intervention" if retries >= 3
|
||||
return unless system_command "/usr/bin/pkill", args: ["-f", "/Applications/GameMaker.app"]
|
||||
|
||||
rescue RuntimeError
|
||||
sleep 1
|
||||
retry unless (retries -= 1).zero?
|
||||
|
||||
Reference in New Issue
Block a user