diff --git a/wscript b/wscript index 6d791b2..77ba3ba 100644 --- a/wscript +++ b/wscript @@ -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)