[Wine] Re: make shortcuts wine program with multiple wine versions

landeel wineforum-user at winehq.org
Wed Jan 18 06:10:09 CST 2012


Code:
#!/bin/bash
PATH="/home/user/.PlayOnLinux/WineVersions/1.1.39-vertexblender/usr/bin/:$PATH"
export WINEPREFIX="/home/user/.PlayOnLinux/wineprefix/winepsuai"
export WINEDEBUG="-all"
cd "/d/Jogos/psu/PHANTASY STAR UNIVERSE Illuminus"
wine "/d/Jogos/psu/PHANTASY STAR UNIVERSE Illuminus/PsuIlluminus-noGG.exe"




Well, this is PlayOnLinux's method. I think you have to change the PATH first.







More information about the wine-users mailing list