Skip to content

Commit

Permalink
Fix wine install 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 26, 2024
1 parent f1d0610 commit e09e3f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion 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

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

0 comments on commit e09e3f6

Please sign in to comment.