mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 07:36:12 +00:00
Fix destination path
git-svn-id: http://svn.pyinstaller.org/trunk@568 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user