Skip to content

Commit cea4099

Browse files
authored
Update package.sh
1 parent e8adab8 commit cea4099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ remove_system_dlls() {
8989
remove_system_dlls
9090

9191
pushd "${TARGET_DIR}" >/dev/null
92-
7z a -mx9 "$PKG_NAME" nginx*.exe *.dll contrib docs conf html temp logs || {
92+
7z a -tzip -mx=9 "$PKG_NAME" nginx*.exe *.dll contrib docs conf html temp logs || {
9393
warn "Архивация завершилась с предупреждением или не все файлы найдены"
9494
}
9595
popd >/dev/null
9696

97-
log "Готово."
97+
log "Готово."

0 commit comments

Comments
 (0)