Skip to content

Commit

Permalink
Merge pull request #43 from ohaiibuzzle/fix/winetricks-dont-hijack-my…
Browse files Browse the repository at this point in the history
…-terminal

fix: make it so launching Winetricks won't hijack your topmost window
  • Loading branch information
ohaiibuzzle authored Jun 29, 2023
2 parents 8fc8ed0 + 1b26c52 commit 9c1b595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harbor/Systems/WinetricksUtils.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct WinetricksUtils {
tell application "Terminal"
activate
delay 1
do script "\(shellScript)" in front window
do script "\(shellScript)"
end tell
"""

Expand Down

0 comments on commit 9c1b595

Please sign in to comment.