From 87a1be4d4e5b5af19b1b6174992e179357ae3aad Mon Sep 17 00:00:00 2001 From: LD Date: Mon, 6 Jan 2020 09:57:34 +0100 Subject: [PATCH 1/7] makepackage: Add warning in macOS installer about change of installdir Closes #830 --- makepanda/makepackage.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makepanda/makepackage.py b/makepanda/makepackage.py index ec78a5277e..b79a4430d7 100755 --- a/makepanda/makepackage.py +++ b/makepanda/makepackage.py @@ -730,6 +730,10 @@ def MakeInstallerOSX(version, runtime=False, python_versions=[], installdir=None dist.write(' Panda3D SDK %s\n' % (version)) dist.write(' \n') dist.write(' %s\n' % ReadFile("doc/LICENSE")) + dist.write(' ') + dist.write('WARNING: From Panda3D version 1.10.5 onwards, the default installation has been changed from /Developer/Panda3D to /Library/Developer/Panda3D\n') + dist.write('This installation script will remove any existing installation in /Developer and if possible create a symbolic link towards /Library/Developer/Panda3D\n') + dist.write(' ') dist.write('