Skip to content

Commit

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

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

0 comments on commit 1732491

Please sign in to comment.