Use hns.iwd as output file name instead of z_svr_hns.iwd.
parent
6054ae4621
commit
610a774649
|
@ -26,6 +26,6 @@ gen_iwd_filelist()
|
|||
}
|
||||
|
||||
iwd_filelist="$(gen_iwd_filelist)"
|
||||
rm -f "z_svr_hns.iwd"
|
||||
7z a -tzip -mx9 "z_svr_hns.iwd" @"$iwd_filelist"
|
||||
rm -f "hns.iwd"
|
||||
7z a -tzip -mx9 "hns.iwd" @"$iwd_filelist"
|
||||
rm -f "$iwd_filelist"
|
||||
|
|
Loading…
Reference in New Issue