added locale into pyinstaller packages

This commit is contained in:
k4yt3x
2020-05-13 02:42:56 -04:00
parent f92d1a41a2
commit f2ba6033b7
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
# Name: Video2X Nightly Build
# Creator: K4YT3X
# Date Created: May 12, 2020
# Last Modified: May 13, 2020
name: Video2X Nightly Build
on:
@@ -27,6 +32,7 @@ jobs:
run: |
pyinstaller --noconfirm --log-level=WARN `
--onefile `
--add-data="locale;locale" `
--add-data="wrappers;wrappers" `
--icon="images\video2x.ico" `
video2x.py
@@ -45,6 +51,7 @@ jobs:
pyinstaller --noconfirm --log-level=WARN `
--onefile `
--additional-hooks-dir "pyinstaller\hooks" `
--add-data="locale;locale" `
--add-data="pyinstaller\7z1900-extra;7z" `
--icon="images\video2x.ico" `
video2x_setup.py