Skip to content

Commit 8a2715a

Browse files
Add files via upload
1 parent 2f9b978 commit 8a2715a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/betube32.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ jobs:
3535
run: |
3636
pyinstaller main.py --windowed
3737
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
38+
cd dist
3839
rename main VeTube
40+
cd ..
41+
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
3942
cp -R chat_downloader dist/VeTube/_internal/
4043
cp -R doc dist/VeTube/
4144
cp -R locales dist/VeTube/

.github/workflows/betube64.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ jobs:
3434
run: |
3535
pyinstaller main.py --windowed
3636
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
37+
cd dist
3738
rename main VeTube
39+
cd ..
40+
gdown 1ZtF6zus0A7kC9Lwr_kTUbw0MiOoZq29H -O dist/VeTube/bootstrap.exe
3841
cp -R chat_downloader dist/VeTube/_internal/
3942
cp -R doc dist/VeTube/
4043
cp -R locales dist/VeTube/

0 commit comments

Comments
 (0)