summaryrefslogtreecommitdiff
path: root/game/3rdparty/manaplus.rpy
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-30 12:05:44 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-30 12:05:44 -0300
commite4e6f2c4d07cb2d6d68f268a997e6a2155633266 (patch)
tree6c5a7508973ea8d42cec5d558e748c94318e4183 /game/3rdparty/manaplus.rpy
parente08c3a41618ae8c9aef21953c48e5fd7a203da74 (diff)
downloadrenpy-e4e6f2c4d07cb2d6d68f268a997e6a2155633266.tar.gz
renpy-e4e6f2c4d07cb2d6d68f268a997e6a2155633266.tar.bz2
renpy-e4e6f2c4d07cb2d6d68f268a997e6a2155633266.tar.xz
renpy-e4e6f2c4d07cb2d6d68f268a997e6a2155633266.zip
Rename ManaPlus.AppImage to ManaVerse.AppImage and update support to it
Diffstat (limited to 'game/3rdparty/manaplus.rpy')
-rw-r--r--game/3rdparty/manaplus.rpy14
1 files changed, 7 insertions, 7 deletions
diff --git a/game/3rdparty/manaplus.rpy b/game/3rdparty/manaplus.rpy
index f3aea16..0afe9b8 100644
--- a/game/3rdparty/manaplus.rpy
+++ b/game/3rdparty/manaplus.rpy
@@ -56,14 +56,14 @@ init 1 python:
execute("chmod +x \"%s\"" % installdir+"/ManaPlus.AppImage", shell=True)
status_update("Installation successful!", 75)
#########################################################
- elif renpy.windows:
- if not download_manaplus("ManaPlus.zip"):
- return False
+ #elif renpy.windows:
+ # if not download_manaplus("ManaPlus.zip"):
+ # return False
- status_update("Unzipping file...", 72)
- with zipfile.ZipFile(installdir+"/ManaPlus.zip", 'r') as zip_ref:
- zip_ref.extractall(installdir)
- status_update("Installation successful!", 75)
+ # status_update("Unzipping file...", 72)
+ # with zipfile.ZipFile(installdir+"/ManaPlus.zip", 'r') as zip_ref:
+ # zip_ref.extractall(installdir)
+ # status_update("Installation successful!", 75)
#########################################################
#elif renpy.android:
#elif renpy.macintosh: