Files
Scrapist/build-linux.sh
2026-02-14 19:43:05 -05:00

3 lines
120 B
Bash

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