X-Git-Url: https://scm.cri.minesparis.psl.eu/git/minwii.git/blobdiff_plain/c998686e5f9e6cbc33845be6d37650875180f4dd..11b74e9ace40c2fc4802aa1f02c652923b4b9d9e:/setup_win_exe.py

diff --git a/setup_win_exe.py b/setup_win_exe.py
index 86702fc..1fa44dd 100755
--- a/setup_win_exe.py
+++ b/setup_win_exe.py
@@ -85,7 +85,7 @@ class MinWii2exe(py2exe.build_exe.py2exe) :
 class BuildExe:
     def __init__(self):
         #Name of starting .py
-        self.script = "src/minwii/minwii_fullscreen.py"
+        self.script = "src/minwii/runminwii.py"
 
         #Name of program
         self.project_name = "MINWii"