Skip to content

Commit

Permalink
Downloading bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcpantoja committed Jun 26, 2023
1 parent 78f3b95 commit 1c9144f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/betube64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,14 @@ jobs:
run: |
pip install --upgrade pip wheel setuptools
pip install -r requirements.txt
pip install pyinstaller
pip install pyinstaller gdown
pip install --upgrade pyzmq httpx httpcore future
git clone https://github.com/mush42/espeak-phonemizer-windows
- name: Compiling
run: |
pyinstaller VeTube.py
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cp -R doc dist/VeTube/
cp -R locales dist/VeTube/
cp -R readme dist/VeTube/
Expand Down

0 comments on commit 1c9144f

Please sign in to comment.