Last active
July 22, 2021 06:21
-
-
Save nowsprinting/b6b7620318b8286fc27903d70401e0af to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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