Skip to content

Commit

Permalink
make it _not_ onefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lyxal authored Dec 1, 2024
1 parent ec9f4df commit dd87b32
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 @@ -40,7 +40,7 @@ jobs:
run: pip install pyinstaller
- name: Run pyinstaller
run: |
pyinstaller vyxal/__main__.py --onefile --name ${{ matrix.exe-name }}
pyinstaller vyxal/__main__.py --name ${{ matrix.exe-name }}
- name: Add vyxal2 to release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
Expand Down

0 comments on commit dd87b32

Please sign in to comment.