Browse Source

Fix extract dir

tags/v2.3.0-RC1
falkTX 4 years ago
parent
commit
38c12d9152
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      build.sh

+ 1
- 1
build.sh View File

@@ -74,7 +74,7 @@ if [ ${BUILD_VERSION} -eq 2 ]; then
touch "${PAWPAW_BUILDDIR}/qttools-everywhere-src-${QT5_VERSION}/.stamp_configured"
touch "${PAWPAW_BUILDDIR}/qttools-everywhere-src-${QT5_VERSION}/.stamp_built"
touch "${PAWPAW_BUILDDIR}/qttools-everywhere-src-${QT5_VERSION}/.stamp_installed"
pushd "${PAWPAW_DIR}/targets/${TARGET}"
pushd "${PAWPAW_DIR}/targets"
curl -L "https://falktx.com/data/pawpaw-qt-macos-universal.tar.xz" -o "pawpaw-qt-macos-universal.tar.xz" --fail
tar xvf pawpaw-qt-macos-universal.tar.xz
popd


Loading…
Cancel
Save