Skip to content

Commit

Permalink
fix: make it so launching Winetricks won't hijack your topmost window
Browse files Browse the repository at this point in the history
  • Loading branch information
ohaiibuzzle committed Jun 29, 2023
1 parent 8fc8ed0 commit 1b26c52
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 1b26c52

Please sign in to comment.