Pokemon-Terminal/Scripts/background.scpt
LazoCoder 7c43b0c93e Bug fix for FileNotFoundError
Attempt at fixing:
[Errno 2] No such file or directory:
'/Library/Frameworks/Python.framework/Versions/3.5/bin/./Data/pokemon.tx
t'
2017-06-06 16:53:55 -04:00

5 lines
No EOL
185 B
AppleScript

tell application "iTerm"
tell current session of current window
set background image to "/Users/Laki/GitHub/Pokemon-Terminal/./Images/Generation I - Kanto/025.png"
end tell
end tell