48 source=os.path.join(__pyc_src_path,
"Plugin",
"JupyterLab",
"src",
".dist",
"pycodac"),
50 output=os.path.join(__pyc_src_path,
"Plugin",
"JupyterLab",
"src",
".dist"),
52 scratch=VTL.Scratch, verbosity=2,
56 Main function to execute the script.
59 Bundle =
NSIS(BuildID, files, scratch=scratch, verbose=verbosity)
61 Bundle.SourcePath(source)
63 Bundle.OutputPath(output)
65 Bundle.create(**kwargs)
main(BuildID, files="*.*", source=os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist","pycodac"), output=os.path.join(__pyc_src_path,"Plugin","JupyterLab","src",".dist"), scratch=VTL.Scratch, verbosity=2, **kwargs)