Forums

How to set update script new working wine version

updating script

Auteur Réponses
lahtis Vendredi 20 Janvier 2017 à 15:16
lahtis

How to set update script new working wine version? Not new. Update the working wine version.

I have problem. If im creating a updating script for old players. Old game use 1.2.3 wine version but new game and updater use 2.0-rc5 version. How to change working wine version in script.

Edité par lahtis


Using Ubuntu 18.04.4 LTS and latest Playonlinux.
My scripts: https://github.com/lahtis/playonlinux
RavonTUS Vendredi 20 Janvier 2017 à 19:42
RavonTUS

Hello Lahtis,

In the script change this line:

WORKING_WINE_VERSION=

Put the version need, for example this would give the latest availilbe version...

WORKING_WINE_VERSION="2.0-rc5-staging"

Enjoy!
-RavonTUS