Add Douyin video downloader with auto-cookie feature
This commit is contained in:
9
Server/build-win.bat
Normal file
9
Server/build-win.bat
Normal file
@@ -0,0 +1,9 @@
|
||||
@echo off
|
||||
echo Install Pip Require
|
||||
pip install -r requirements.txt
|
||||
echo Build EXE version, Press Ctrl + C to Exit
|
||||
echo Build Server
|
||||
pyinstaller -F -i ..\f2-logo.ico --distpath . --version-file Server.txt --hidden-import=charset_normalizer.md__mypyc Server.py
|
||||
echo Install Npm Require
|
||||
npm i
|
||||
pause
|
||||
Reference in New Issue
Block a user