fix build-related issues

This commit is contained in:
2026-02-14 19:43:05 -05:00
parent b87ca52ffe
commit 7940bf4dda
3 changed files with 10 additions and 1 deletions

3
build-linux.sh Normal file
View File

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