9 lines
103 B
Batchfile
9 lines
103 B
Batchfile
|
|
||
|
@echo off
|
||
|
|
||
|
cd %WXWIN%\utils
|
||
|
|
||
|
zip -@ -r wxPython\wxPython-%1.zip < wxPython\distrib\wxPython.rsp
|
||
|
|
||
|
cd -
|