Change wscript vbox copy

This commit is contained in:
Justin C. Miller
2018-05-14 22:53:01 -07:00
parent 0fc369789e
commit 7eeeced2ca

View File

@@ -292,7 +292,7 @@ def vbox(ctx):
from subprocess import call
dest = os.getenv("VBOX_DEST")
copy("{}/popcorn.img".format(out), "{}/popcorn.img".format(dest))
copy("{}/src/kernel/popcorn.elf".format(out), dest)
call("nc -l -p 5555", shell=True)