@@ -83,12 +83,12 @@ def ignore_filter(folderPath, folderContents):
83
83
call (['cp' , '-r' , staging_folder + '/.' , osInstallData ])
84
84
85
85
# RELATIVE PATHS MUST CONTAIN ./
86
- tar_gz (f'./{ bootstrap_copy_folder } /higu_linux64_installer/' , os .path .join (output_folder , 'seventh_mod_inst_linux .tar.gz' ))
87
- zip (f'./{ bootstrap_copy_folder } /higu_win_installer/' , os .path .join (output_folder , 'seventh_mod_inst_windows_64bit .zip' ))
88
- zip (f'./{ bootstrap_copy_folder } /higu_win_installer_32/' , os .path .join (output_folder , 'seventh_mod_inst_windows_32bit .zip' ))
86
+ tar_gz (f'./{ bootstrap_copy_folder } /higu_linux64_installer/' , os .path .join (output_folder , '07th-Mod.Installer.linux .tar.gz' ))
87
+ zip (f'./{ bootstrap_copy_folder } /higu_win_installer/' , os .path .join (output_folder , '07th-Mod.Installer.win64 .zip' ))
88
+ zip (f'./{ bootstrap_copy_folder } /higu_win_installer_32/' , os .path .join (output_folder , '07th-Mod.Installer.win32 .zip' ))
89
89
90
90
# NOTE: mac zip doesn't need subdir - use '/*' to achieve this
91
- zip (f'./{ bootstrap_copy_folder } /higu_mac_installer/*' , os .path .join (output_folder , 'seventh_mod_inst_mac .zip' ))
91
+ zip (f'./{ bootstrap_copy_folder } /higu_mac_installer/*' , os .path .join (output_folder , '07th-Mod.Installer.mac .zip' ))
92
92
93
93
try_remove_tree (staging_folder )
94
94
try_remove_tree (bootstrap_copy_folder )
0 commit comments