3 lines
120 B
Bash
3 lines
120 B
Bash
#!/bin/sh
|
|
|
|
pyinstaller scrapist.py --clean -F --add-data "$(python -c 'import certifi; print(certifi.where())'):certifi" |