change root folder of Windows .zip to Sapling

Reviewed By: quark-zju

Differential Revision: D41144030

fbshipit-source-id: feef4eaef5d91991081bcb52873ee819695a9f2b
This commit is contained in:
Michael Bolin 2022-11-08 18:46:03 -08:00 committed by Facebook GitHub Bot
parent 75cfcb9880
commit 96dd6f37e8

View File

@ -94,7 +94,9 @@ def zip_sapling(project_root: Path, build_dir: Path):
source_file = os.path.join(root, f)
z.write(
source_file,
os.path.join("sl", os.path.relpath(source_file, embedded_dir)),
os.path.join(
"Sapling", os.path.relpath(source_file, embedded_dir)
),
)