Skip to content

Instantly share code, notes, and snippets.

@nowsprinting
Last active July 22, 2021 06:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nowsprinting/b6b7620318b8286fc27903d70401e0af to your computer and use it in GitHub Desktop.
Save nowsprinting/b6b7620318b8286fc27903d70401e0af to your computer and use it in GitHub Desktop.
set appName to "Unity"
-- Full Wide VGA
set width to "854"
set height to "480"
tell application "System Events"
tell process appName
set size of front window to {width, height}
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment