Updated paths
parent
aaab67e054
commit
c5940ccfa3
|
@ -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
|
||||||
|
|
Reference in New Issue