We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8adab8 commit cea4099Copy full SHA for cea4099
package.sh
@@ -89,9 +89,9 @@ remove_system_dlls() {
89
remove_system_dlls
90
91
pushd "${TARGET_DIR}" >/dev/null
92
-7z a -mx9 "$PKG_NAME" nginx*.exe *.dll contrib docs conf html temp logs || {
+7z a -tzip -mx=9 "$PKG_NAME" nginx*.exe *.dll contrib docs conf html temp logs || {
93
warn "Архивация завершилась с предупреждением или не все файлы найдены"
94
}
95
popd >/dev/null
96
97
-log "Готово."
+log "Готово."
0 commit comments