fix broken symlinks in modules

This commit is contained in:
Kavish Devar
2025-01-11 01:47:25 +05:30
parent ac2fcd384d
commit 4df1f6f1c5
2 changed files with 1 additions and 1 deletions

View File

@@ -119,7 +119,7 @@ def zip_src_files():
""" """
Zips all files in the 'src/' directory into 'btl2capfix.zip' using the shell zip command. Zips all files in the 'src/' directory into 'btl2capfix.zip' using the shell zip command.
""" """
run_command('cd src && zip -r ../btl2capfix *') run_command('cd src && zip -y -r ../btl2capfix *')
def main(): def main():
""" """

Binary file not shown.