From 610a7746499f10e51b6d76d8e8ae560bd217f6e9 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Thu, 7 Apr 2016 17:54:51 +0200 Subject: [PATCH] Use hns.iwd as output file name instead of z_svr_hns.iwd. --- build_iwd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build_iwd.sh b/build_iwd.sh index fb3d722..ba5b77b 100755 --- a/build_iwd.sh +++ b/build_iwd.sh @@ -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"