Fixed bundle location

This commit is contained in:
2026-07-29 09:49:29 +03:00
parent 12e4025362
commit 91a2a714e3
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1 +1,2 @@
/DevTools/__pycache__ /DevTools/__pycache__
/output
+1 -1
View File
@@ -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)