From a34c5ace5c67a59c56cda6a88ca629a858cad420 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Fri, 1 May 2015 13:54:40 +0300 Subject: [PATCH] Change setup file to make sure msi installer can be built --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 483d47629..3568fc326 100644 --- a/setup.py +++ b/setup.py @@ -27,13 +27,11 @@ build_options_generic = { 'include_files': include_files, 'includes': includes, 'excludes': excludes, - 'build_exe': 'dist', 'compressed': True, 'optimize': 2 } build_options_winexe = dict_union(build_options_generic, { - 'build_exe': 'dist_winexe', }) build_options_winmsi = {