Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
metalalchemist authored Sep 4, 2024
1 parent 89cd68a commit c7627f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/betube32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Configure Python
uses: actions/setup-python@v4
with:
python-version: 3.10.11
python-version: 3.12.4
architecture: x86

- name: Install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Compiling
run: |
pyinstaller VeTube.py --windowed
pyinstaller main.py --windowed
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cp -R chat_downloader dist/VeTube/_internal/
cp -R doc dist/VeTube/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/betube64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Compiling
run: |
pyinstaller VeTube.py --windowed
pyinstaller main.py --windowed
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cp -R chat_downloader dist/VeTube/_internal/
cp -R doc dist/VeTube/
Expand Down

0 comments on commit c7627f8

Please sign in to comment.