Update build.sh and create_env.sh
This commit is contained in:
parent
60a8a2b309
commit
319f843cd5
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
source venv/bin/activate
|
||||
pyinstaller --onefile main.py
|
||||
pyinstaller --onefile --hidden-import=PIL --hidden-import=PIL._tkinter_finder main.py
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
python3 -m venv venv
|
||||
source venv/bin/activate
|
||||
pip install requests pyinstaller-hooks-contrib pyinstaller
|
||||
pip install requests pyinstaller-hooks-contrib pyinstaller Pillow
|
||||
|
|
Loading…
Reference in New Issue