Add cx_Freeze and Installer examples
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27485 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
wxPython/samples/doodle/installer.bat
Executable file
12
wxPython/samples/doodle/installer.bat
Executable file
@@ -0,0 +1,12 @@
|
||||
|
||||
rem This script is an example of how to use the McMillan Installer
|
||||
rem on a wxPython app to produce an executable.
|
||||
|
||||
setlocal
|
||||
|
||||
set INSTDIR=c:\tools\Installer
|
||||
|
||||
python %INSTDIR%\Makespec.py --onedir --noconsole superdoodle.py
|
||||
python %INSTDIR%\Build.py superdoodle.spec
|
||||
|
||||
endlocal
|
Reference in New Issue
Block a user