summaryrefslogtreecommitdiff
path: root/game/client.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-05-08 04:07:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-05-08 04:07:12 -0300
commit70af0220ba9dec5a19677a10ec924efe034314da (patch)
treed570915b665f7ef56144816a80e73e8909016b2c /game/client.rpy
parentfe939c80b53e28c22e8383bcafe6576263701f09 (diff)
downloadrenpy-2021.05.07.tar.gz
renpy-2021.05.07.tar.bz2
renpy-2021.05.07.tar.xz
renpy-2021.05.07.zip
Connection core, still need to retrieve server credentials from Vaultv2021.05.07
Diffstat (limited to 'game/client.rpy')
-rw-r--r--game/client.rpy3
1 files changed, 3 insertions, 0 deletions
diff --git a/game/client.rpy b/game/client.rpy
index bbecbd0..4d10873 100644
--- a/game/client.rpy
+++ b/game/client.rpy
@@ -57,6 +57,9 @@ init 1 python:
execute("mkdir %s" % installdir, shell=True)
if not download_manaplus("ManaPlus.AppImage"):
return False
+
+ status_update("Marking as executable...", 70)
+ execute("chmod +x %s" % installdir+"/ManaPlus.AppImage", shell=True)
status_update("Installation successful!", 75)
#########################################################
elif renpy.windows: