diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-21 21:07:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-21 21:07:35 +0100 |
| commit | 237a0052c60af768f4d62b00321932918b7ba4d9 (patch) | |
| tree | 77f916d925fd68c7f5f01ba400c2f0f2c3646437 /cscript | |
| parent | 03fe8bf1bfb96a775a8e40529b50e9f69b311fc3 (diff) | |
| parent | b650eba5103a5b924774d3db947cb704ea9d1879 (diff) | |
Merge master.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ def package(env, target, version): if target.platform == 'windows': shutil.copyfile('build/windows/installer.%s.nsi' % target.bits, 'build/windows/installer2.%s.nsi' % target.bits) env.command('sed -i "s~%%resources%%~%s/windows~g" build/windows/installer2.%s.nsi' % (os.getcwd(), target.bits)) - env.command('sed -i "s~%%deps%%~%s~g" build/windows/installer2.%s.nsi' % (env.windows_prefix(), target.bits)) + env.command('sed -i "s~%%deps%%~%s~g" build/windows/installer2.%s.nsi' % (env.windows_prefix, target.bits)) env.command('sed -i "s~%%binaries%%~%s/build~g" build/windows/installer2.%s.nsi' % (os.getcwd(), target.bits)) env.command('sed -i "s~%%bits%%~32~g" build/windows/installer2.%s.nsi' % target.bits) env.command('makensis build/windows/installer2.%s.nsi' % target.bits) |
