Explorar el Código

copy license file to distribution zip

tags/v1.1.4
Jonathan Cobb hace 4 años
padre
commit
4b4d4477c0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      bin/build_dist

+ 1
- 0
bin/build_dist Ver fichero

@@ -52,6 +52,7 @@ ZIP="${DIST_BASE}/bubble-${VERSION}.zip"
mkdir -p "${DIST}" || die "Error creating distribution directory: ${DIST}"
cp "${JAR}" "${DIST}/bubble.jar" || die "Error copying ${JAR} to ${DIST}/bubble.jar"
cp "${BASE}/README.md" "${DIST}/README.md" || die "Error copying README.md to ${DIST}/README.md"
cp "${BASE}/LICENSE.md" "${DIST}/LICENSE.md" || die "Error copying LICENSE.md to ${DIST}/LICENSE.md"
cp -R "${BASE}/docs" "${DIST}" || die "Error copying docs directory to ${DIST}"
cp -R "${BASE}/bin" "${DIST}" || die "Error copying bin directory to ${DIST}"
cp -R "${BASE}/config" "${DIST}" || die "Error copying config directory to ${DIST}"


Cargando…
Cancelar
Guardar