Skip to content

Commit

Permalink
win installer: fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
oaubert committed Mar 1, 2021
1 parent 6bcb15c commit 18d7e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/win_installer/_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function extract_installer {

function install_deps {
build_pacman --noconfirm -S \
mingw-w64-"${ARCH}"-busybox \
busybox \
mingw-w64-"${ARCH}"-gettext \
mingw-w64-"${ARCH}"-gdk-pixbuf2 \
mingw-w64-"${ARCH}"-librsvg \
Expand Down

0 comments on commit 18d7e37

Please sign in to comment.