We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e07f2b commit f66822aCopy full SHA for f66822a
1 file changed
appveyor.yml
@@ -24,7 +24,7 @@ before_build:
24
- copy c:\\Python36-x64\\python36.dll c:\\dev\\lxpapi
25
26
build_script:
27
- - C:\\Python36-x64\\python -m nuitka --follow-imports --include-plugin-directory C:\\Python36-x64\\lib\\site-packages\\keyring LxpApi\\lxpservice.py
+ - C:\\Python36-x64\\python -m nuitka --follow-imports --include-plugin-directory C:\\Python36-x64\\lib\\site-packages\\keyring --include-plugin-directory C:\\Python36-x64\\lib\\site-packages\\pip LxpApi\\lxpservice.py
28
29
artifacts:
30
- path: lxpservice.exe
0 commit comments