cef
Rev | Line | |
---|
[20] | 1 | set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8*
|
---|
| 2 | set GTKRTDIR=c:\Python27\Lib\site-packages\gtk-2.0\runtime
|
---|
[653] | 3 | set CEFDIR=c:\Python27\Lib\site-packages\cefpython3
|
---|
[682] | 4 | set CHROMEDRIVER=c:\tmp\chromedriver.exe
|
---|
[20] | 5 | set NSISDIR=C:\Program Files\NSIS
|
---|
| 6 |
|
---|
| 7 | python setup.py py2exe
|
---|
| 8 |
|
---|
[682] | 9 | del dist\library\selenium\webdriver\chrome\service.pyc
|
---|
| 10 | copy patches\library\selenium\webdriver\chrome\service.py dist\library\selenium\webdriver\chrome\service.py
|
---|
| 11 | python -m compileall dist\library\selenium\webdriver\chrome\service.py
|
---|
| 12 | del dist\library\selenium\webdriver\chrome\service.py
|
---|
| 13 |
|
---|
[20] | 14 | "%NSISDIR%\makensis" mlx.nsi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.