Fix destination path

git-svn-id: http://svn.pyinstaller.org/trunk@568 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
naufraghi
2008-12-11 19:03:58 +00:00
parent f21d0b35c3
commit bb3f1ddcad
+1 -1
View File
@@ -10,7 +10,7 @@ exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
name = os.path.join('dist', __testname__ +'.exe'),
name = os.path.join('dist', __testname__, __testname__ +'.exe'),
debug=False,
strip=False,
upx=False,