fix build-related issues
This commit is contained in:
3
build-linux.sh
Normal file
3
build-linux.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
pyinstaller scrapist.py --clean -F --add-data "$(python -c 'import certifi; print(certifi.where())'):certifi"
|
||||
Reference in New Issue
Block a user