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 2f9b978 commit 8a2715a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/betube32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
run: |
pyinstaller main.py --windowed
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cd dist
rename main VeTube
cd ..
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cp -R chat_downloader dist/VeTube/_internal/
cp -R doc dist/VeTube/
cp -R locales dist/VeTube/
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/betube64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
run: |
pyinstaller main.py --windowed
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cd dist
rename main VeTube
cd ..
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
cp -R chat_downloader dist/VeTube/_internal/
cp -R doc dist/VeTube/
cp -R locales dist/VeTube/
Expand Down

0 comments on commit 8a2715a

Please sign in to comment.