We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a18ba19 commit 798b5c6Copy full SHA for 798b5c6
.github/workflows/release.yml
@@ -33,9 +33,12 @@ jobs:
33
./venv/bin/pip install --upgrade pip
34
./venv/bin/pip install -r requirements.txt
35
36
+ - name: 📝 Debug: List venv/bin contents
37
+ run: ls -l venv/bin
38
+
39
- name: 🛠️ Build binary with PyInstaller
40
run: |
- ./venv/bin/pyinstaller --onefile \
41
+ ./venv/bin/python -m PyInstaller --onefile \
42
--add-data "bin/viu:bin" \
43
--add-data "tosk.jpg:." \
44
main.py
0 commit comments