mirror of
https://github.com/LazoCoder/Pokemon-Terminal
synced 2025-03-07 00:27:26 +00:00
Attempt at fixing: [Errno 2] No such file or directory: '/Library/Frameworks/Python.framework/Versions/3.5/bin/./Data/pokemon.tx t'
5 lines
No EOL
185 B
AppleScript
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 |