Skip to content

Commit

Permalink
[project] change win to mac and changes for 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Bronya-Rand committed Nov 2, 2019
1 parent 44e6874 commit 5f84bf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions launcher/game/new_project.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,7 @@ init python:
interface.error(_("The `ddlc-mac.zip` file extracted is zipped improperly or corrupted."), _("Please re-download the ZIP from 'https://ddlc.moe'"))
else:
interface.error(_("The `ddlc-win.zip` file extracted is zipped improperly or corrupted."), _("Please re-download the ZIP from 'https://ddlc.moe'"))
if renpy.macintosh:
os.remove(persistent.project_dir + '/DDLC.app/Contents/Resources/autorun/game/scripts.rpa')
else:
os.remove(persistent.project_dir + '/game/scripts.rpa')
os.remove(persistent.project_dir + '/game/scripts.rpa')
shutil.rmtree(persistent.projects_directory + '/temp')
def ddlc_copy():
import shutil
Expand Down
2 changes: 1 addition & 1 deletion launcher/game/project.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ label ddlc_zip:
python hide:
if renpy.macintosh == True:
if persistent.safari == True:
interface.interaction(_("DDLC ZIP Directory"), _("Please choose where the `ddlc-win` folder is located using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"), _("This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."),)
interface.interaction(_("DDLC ZIP Directory"), _("Please choose where the `ddlc-mac` folder is located using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"), _("This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."),)
else:
interface.interaction(_("DDLC ZIP Directory"), _("Please choose where `ddlc-mac.zip` is located using the directory chooser.\n{b}The directory chooser may have opened behind this window.{/b}"), _("This launcher will scan for projects in this directory, will create new projects in this directory, and will place built projects into this directory."),)
else:
Expand Down

0 comments on commit 5f84bf1

Please sign in to comment.