Skip to content

Commit

Permalink
Use .spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlentink committed Jul 17, 2024
1 parent 95fea75 commit 0735342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: '3.10'

- run: pip install -r requirements.txt pyinstaller
- run: pyinstaller -c -F bible_import.py bible_import.spec
- run: pyinstaller bible_import.spec

# Make the file executable on macOS
- name: Make file executable
Expand Down

0 comments on commit 0735342

Please sign in to comment.