File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -51,14 +51,7 @@ before_deploy:
5151 - pyinstaller -F quit.spec
5252 - cp dist/run dist/quit-64bit-linux
5353 - git apply requirements.txt.windows.patch
54- - docker run -it -v "$(pwd):/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c \
55- " apt-get update -y && \
56- apt-get install -y git && \
57- git clone -b merge/forQuit https://github.com/white-gecko/rdflib /wine/drive_c/rdflib && \
58- pip install -e /wine/drive_c/rdflib && \
59- git clone https://github.com/RDFLib/rdflib-jsonld /wine/drive_c/rdflib-jsonld && \
60- pip install -e /wine/drive_c/rdflib-jsonld && \
61- /entrypoint.sh"
54+ - docker run -it -v "$(pwd):/src/" --entrypoint /bin/sh cdrx/pyinstaller-windows:python3 -c "apt-get update -y && apt-get install -y git && git clone -b merge/forQuit https://github.com/white-gecko/rdflib /wine/drive_c/rdflib && pip install -e /wine/drive_c/rdflib && git clone https://github.com/RDFLib/rdflib-jsonld /wine/drive_c/rdflib-jsonld && pip install -e /wine/drive_c/rdflib-jsonld && /entrypoint.sh"
6255 - cp dist/windows/run.exe dist/quit-64bit-windows.exe
6356
6457deploy :
You can’t perform that action at this time.
0 commit comments