Skip to content

Commit

Permalink
fix windows patch and call for pyinstaller
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 17, 2021
1 parent d71b7ba commit f0d254c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
# Install PyInstaller
pip install --progress-bar=off pyinstaller
# Run PyInstaller
python -m pyinstaller --clean -y --dist ./dist/${{ matrix.os }} --workpath /tmp *.spec
pyinstaller --clean -y --dist ./dist/${{ matrix.os }} --workpath /tmp *.spec
cp ./dist/${{ matrix.os }}/run ./dist/quit-${{ matrix.os }} || cp ./dist/${{ matrix.os }}/run.exe ./dist/quit-${{ matrix.os }}.exe
#- name: Prepare Deployment
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt.windows.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ index fccdc79..57d340f 100644
sortedcontainers
uritools
git+https://github.com/RDFLib/rdflib-jsonld@master

-uwsgi
pylava

0 comments on commit f0d254c

Please sign in to comment.