diff options
Diffstat (limited to 'game/client.rpy')
-rw-r--r-- | game/client.rpy | 3 |
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: |