Fixed bundle location
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
/DevTools/__pycache__
|
/DevTools/__pycache__
|
||||||
|
/output
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ def bundle_dualroot():
|
|||||||
sys.stdout.flush()
|
sys.stdout.flush()
|
||||||
|
|
||||||
else:
|
else:
|
||||||
dualroot = compress_directory(str(SOURCE_DIR)+"/include/dual_rootfs",str(OUTPUT_DIR)+"dualrootfs.tar.gz",progress_callback=showBar)
|
dualroot = compress_directory(str(SOURCE_DIR)+"/include/dual_rootfs",str(OUTPUT_DIR)+"/dualrootfs.tar.gz",progress_callback=showBar)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user