diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-19 00:00:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-19 00:00:14 +0100 |
| commit | ca50121f514c1a7302a583628789337c6868c290 (patch) | |
| tree | af787e80cd6c35935a35aad070206ef3cf698056 /cscript | |
| parent | 9c147ad53d90987d8ac3953233b6276d002a38b9 (diff) | |
Fix for change upstream.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,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) |
