Skip to content

Commit

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

export DISPLAY=:0.0
xvfb-run --auto-servernum wineboot --init
xvfb-run --auto-servernum wine ./${nsis} /S
fi

0 comments on commit f1d0610

Please sign in to comment.