mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-21 15:59:32 +03:00
o644 -> o744
This commit is contained in:
parent
446654a4fb
commit
f53e6fddd9
@ -60,7 +60,7 @@ def build_and_move(feature, tmp_dir, architecture, os_name):
|
||||
source_path = f"target/release/{binary_name}"
|
||||
dest_path = os.path.join(tmp_dir, binary_name)
|
||||
shutil.move(source_path, dest_path)
|
||||
os.chmod(dest_path, 0o644)
|
||||
os.chmod(dest_path, 0o744)
|
||||
|
||||
# Create a zip archive of the binary
|
||||
zip_path = os.path.join(tmp_dir, zip_name)
|
||||
|
Loading…
Reference in New Issue
Block a user