Use hns.iwd as output file name instead of z_svr_hns.iwd.

master
Icedream 2016-04-07 17:54:51 +02:00
parent 6054ae4621
commit 610a774649
1 changed files with 2 additions and 2 deletions

View File

@ -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"