mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-18 20:35:02 +08:00
fixed pyinstaller 7z unpacking issues, replaced pyunpack with patoolib
This commit is contained in:
@@ -48,6 +48,8 @@ pyinstaller --noconfirm --log-level=WARN `
|
||||
Write-Host -ForegroundColor White "`nBuilding Video2X setup script"
|
||||
pyinstaller --noconfirm --log-level=WARN `
|
||||
--onefile `
|
||||
--additional-hooks-dir "pyinstaller\hooks" `
|
||||
--add-data="pyinstaller\7z1900-extra;7z" `
|
||||
--icon="images\video2x.ico" `
|
||||
video2x_setup.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user