Skip to content

Commit 11cc7f5

Browse files
committed
update release script
1 parent b1091f4 commit 11cc7f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tools/release_script/generate_release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,5 +112,5 @@ def copy_common_files(correct_task_type, dst_dir_root):
112112
shutil.copy2(portable_exe, portable_dir) # copy main executable
113113
shutil.copytree(PORTABLE_IN_FILES_DIR, portable_dir, dirs_exist_ok=True) # copy other resources
114114
copy_common_files('portable', portable_dir) # copy common special files
115-
shutil.make_archive(portable_dir, format='zip', root_dir = portable_dir) # zip archive
115+
shutil.make_archive(portable_dir, format='zip', root_dir = PORTABLE_DST_DIR, base_dir = portable_dir_name) # zip archive with folder inside
116116
#'''

0 commit comments

Comments
 (0)