cef
Line | |
---|
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
|
---|
3 | set CEFDIR=c:\Python27\Lib\site-packages\cefpython3
|
---|
4 | set CHROMEDRIVER=c:\tmp\chromedriver.exe
|
---|
5 | set NSISDIR=C:\Program Files\NSIS
|
---|
6 |
|
---|
7 | python setup.py py2exe
|
---|
8 |
|
---|
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 |
|
---|
14 | "%NSISDIR%\makensis" mlx.nsi
|
---|
Note:
See
TracBrowser
for help on using the repository browser.