diff options
author | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-09 20:24:21 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@collabora.com> | 2013-12-09 20:27:04 +0100 |
commit | a01fabf7052df9b5d3921da4916bba6c05c4d6ac (patch) | |
tree | 71b2a6cb1a2d0169dccb0a3828a3fa1c07fd77ff /scp2 | |
parent | 5015f04db460806a8247e97d9f1fe77f1501b255 (diff) |
scp2: Fix one more 'Name' path.
It is under #ifdef MINGW_SYSTEM_PYTHON, so nobody noticed.
Change-Id: Idf48079e5533ef20fd37eef819c9ac2601833a14
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/python/file_python.scp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scp2/source/python/file_python.scp b/scp2/source/python/file_python.scp index 66e590dd2026..fda0ba58d9d2 100644 --- a/scp2/source/python/file_python.scp +++ b/scp2/source/python/file_python.scp @@ -131,7 +131,7 @@ End // python_wrapper.exe File gid_File_Py_Bin_Python BIN_FILE_BODY; - Name = EXENAME(pyuno/python); + Name = EXENAME(python); Dir = gid_Brand_Dir_Program; Styles = (PACKED); End |