diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 22:08:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 22:08:34 +0100 |
| commit | fcb3a300f1e9dbded379a7d6370954e7e6b40fda (patch) | |
| tree | 4d03c68460d00bf323a79ef2b05026a182e5ac29 /cscript | |
| parent | c8be8124ce89aee17df080745c9651d6e3975a4c (diff) | |
| parent | 83b8daa1b02809e7bd0c0310edd2c6d475181034 (diff) | |
Merge.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ def build(env, target): def package(env, target, version): if target.platform == 'windows': shutil.copyfile('build/platform/windows/installer.%s.nsi' % target.bits, 'build/platform/windows/installer2.%s.nsi' % target.bits) - env.command('sed -i "s~%%resources%%~%s/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits)) + env.command('sed -i "s~%%resources%%~%s/platform/windows~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits)) env.command('sed -i "s~%%deps%%~%s~g" build/platform/windows/installer2.%s.nsi' % (env.windows_prefix, target.bits)) env.command('sed -i "s~%%binaries%%~%s/build~g" build/platform/windows/installer2.%s.nsi' % (os.getcwd(), target.bits)) env.command('sed -i "s~%%bits%%~32~g" build/platform/windows/installer2.%s.nsi' % target.bits) |
