Skip to content

Commit

Permalink
Update Variables.py
Browse files Browse the repository at this point in the history
  • Loading branch information
qparis authored May 17, 2020
1 parent b779aab commit bd7334d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lib/Variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
os.environ["POL_PORT"] = "0"
os.environ["PLAYONLINUX"] = os.path.realpath(os.path.realpath(__file__)+"/../../../")
os.environ["SITE"] = "http://repository.playonlinux.com"
os.environ["VERSION"] = "4.3.4"
os.environ["VERSION"] = "4.4"
os.environ["POL_ID"] = str(random.randint(1, 100000000))
os.environ["GECKO_SITE"] = "http://wine.playonlinux.com/gecko"
os.environ["MONO_SITE"] = "http://wine.playonlinux.com/mono"
Expand Down

0 comments on commit bd7334d

Please sign in to comment.