summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.scons2ninja.conf2
-rw-r--r--BuildTools/SCons/Tools/AppBundle.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/.scons2ninja.conf b/.scons2ninja.conf
index 0ad2ef4..3893874 100644
--- a/.scons2ninja.conf
+++ b/.scons2ninja.conf
@@ -1,6 +1,6 @@
import glob, re, os.path
-scons_cmd = "python 3rdParty/SCons/scons.py"
+scons_cmd = "python 3rdParty/SCons/scons-2.4.0/script/scons"
scons_dependencies += glob.glob("BuildTools/SCons/**/*.py") + glob.glob("BuildTools/SCons/SCons*") + ["config.py"]
def ninja_post(ninja) :
diff --git a/BuildTools/SCons/Tools/AppBundle.py b/BuildTools/SCons/Tools/AppBundle.py
index f1072f5..1db7ff8 100644
--- a/BuildTools/SCons/Tools/AppBundle.py
+++ b/BuildTools/SCons/Tools/AppBundle.py
@@ -20,7 +20,7 @@ def generate(env) :
"CFBundleVersion" : version,
"CFBundleIconFile" : bundle,
"NSPrincipalClass" : "NSApplication",
- "NSHumanReadableCopyright" : unichr(0xA9) + " 2010 Swift Development Team.\nAll Rights Reserved."
+ "NSHumanReadableCopyright" : "(c) 2010 Swift Development Team.\nAll Rights Reserved."
}
infoDict.update(info)