Het forum

How to set update script new working wine version

updating script

Auteur Antwoorden
lahtis Vrijdag 20 Januari 2017 om 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.

Aangepast door lahtis


Using Ubuntu 18.04.4 LTS and latest Playonlinux.
My scripts: https://github.com/lahtis/playonlinux
RavonTUS Vrijdag 20 Januari 2017 om 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