Skip to content

Commit 1085cce

Browse files
committed
fetch jom directly from qt website
1 parent ef16f47 commit 1085cce

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

scripts/package-download.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ PKG="$ROOT/package"
77
REPO = "barcoopensource/di-qif-helper"
88
VERSION = "1.0.0"
99
QT_STAT_ASSET="static-qt-660.zip"
10-
QT_JOM_ASSET="jom.zip"
1110
BZIP2_ASSET="bzip2.zip"
1211
XZ_ASSET="xz.zip"
1312
ZLIB_ASSET="zlib.zip"
@@ -26,14 +25,14 @@ rm -rf "$XZ_PKG"
2625
rm -rf "$ZLIB_PKG"
2726
mkdir -p "$PKG"
2827

28+
29+
echo "Fetching jom package"
30+
wget -O "$QT_JOM_PKG.zip" "https://download.qt.io/official_releases/jom/jom.zip"
31+
2932
echo "Fetching Qt_Static-6.6.0 package"
3033
gh release download --repo "$REPO" "$VERSION" \
3134
--pattern "$QT_STAT_ASSET" --output "$QT_STAT_PKG.zip"
3235

33-
echo "Fetching jom package"
34-
gh release download --repo "$REPO" "$VERSION" \
35-
--pattern "$QT_JOM_ASSET" --output "$QT_JOM_PKG.zip"
36-
3736
echo "Fetching bzip2 package"
3837
gh release download --repo "$REPO" "$VERSION" \
3938
--pattern "$BZIP2_ASSET" --output "$BZIP2_PKG.zip"

0 commit comments

Comments
 (0)