Skip to content

Commit

Permalink
Fix wine install 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 25, 2024
1 parent 1732491 commit 6f429c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ports/ci/linux-mingw/install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ ${DOWNLOAD_CMD} "https://sourceforge.net/projects/nsis/files/NSIS%20${NSIS_VERSI
if [ -e "${nsis}" ]; then
export WINEPREFIX=/opt/.wine

wineboot --init
# xvfb-run --auto-servernum wine ./${nsis} /S
wine ./${nsis} /S
xvfb-run --auto-servernum wineboot --init
xvfb-run --auto-servernum wine ./${nsis} /S
fi

0 comments on commit 6f429c9

Please sign in to comment.