Mark
/
celeste-ai
Archived
1
0
Fork 0

Updated paths

master
Mark 2023-02-15 19:30:53 -08:00
parent aaab67e054
commit c5940ccfa3
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ class Celeste:
# Start process # Start process
self.process = subprocess.Popen( self.process = subprocess.Popen(
"bin/pico-8/pico8", "bin/pico-8/linux/pico8",
shell=True, shell=True,
stdout=subprocess.PIPE, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT stderr=subprocess.STDOUT