Skip to content

Commit

Permalink
Hack out building qt installer
Browse files Browse the repository at this point in the history
mingw-w64-i686-qt-installer-framework is gone now :(
  • Loading branch information
jeremyd2019 committed May 7, 2024
1 parent 8814a31 commit 98de0a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: jeremyd2019/setup-msys2@v2_build32
with:
msystem: MINGW32
install: tar mingw-w64-i686-qt-installer-framework mingw-w64-i686-7zip mingw-w64-x86_64-7zip
install: tar mingw-w64-i686-7zip mingw-w64-x86_64-7zip
update: true
bitness: 32

Expand Down
3 changes: 1 addition & 2 deletions make-msys2-installer
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ create_installer() {
echo "[Creating installer...]"

pushd "${_build}" > /dev/null
binarycreator \
true binarycreator \
-t "$(command -v installerbase)" \
-p "${_ifwroot}/packages" \
-c "${_ifwroot}/config/config.xml" \
Expand Down Expand Up @@ -94,7 +94,6 @@ create_chroot_system() {

main() {
pacman -S --noconfirm --needed \
"${MINGW_PACKAGE_PREFIX}-qt-installer-framework" \
"${MINGW_PACKAGE_PREFIX}-7zip" \
"${MINGW_PACKAGE_PREFIX}-xz" \
"${MINGW_PACKAGE_PREFIX}-zstd" \
Expand Down

0 comments on commit 98de0a9

Please sign in to comment.