Browse Source

Another typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.0
falkTX 4 years ago
parent
commit
3bb09dc988
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pack-jack2.sh

+ 1
- 1
pack-jack2.sh View File

@@ -70,7 +70,7 @@ if [ "${WIN32}" -eq 1 ]; then
${wine} "${iscc}" "${PAWPAW_TARGET}.iss" ${wine} "${iscc}" "${PAWPAW_TARGET}.iss"
popd popd


mv "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}/windows/inno/*.exe" .
mv "${PAWPAW_BUILDDIR}/jack2-${JACK2_VERSION}/windows/inno/"*.exe .


elif [ "${MACOS}" -eq 1 ]; then elif [ "${MACOS}" -eq 1 ]; then
for f in $(ls "${jack2_prefix}${jack2_extra_prefix}/bin"/* \ for f in $(ls "${jack2_prefix}${jack2_extra_prefix}/bin"/* \


Loading…
Cancel
Save