mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-06 11:35:31 +00:00
Add icon for binary executable (#739)
This commit is contained in:
parent
7017715e21
commit
82a1cd835a
BIN
resources/flaresolverr_logo.ico
Normal file
BIN
resources/flaresolverr_logo.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.8 KiB |
@ -57,6 +57,7 @@ def run_pyinstaller():
|
||||
sep = ';' if os.name == 'nt' else ':'
|
||||
subprocess.check_call([sys.executable, "-m", "PyInstaller",
|
||||
"--onefile",
|
||||
"--icon", "resources/flaresolverr_logo.ico",
|
||||
"--add-data", f"package.json{sep}.",
|
||||
"--add-data", f"{os.path.join('dist_chrome', 'chrome')}{sep}chrome",
|
||||
os.path.join("src", "flaresolverr.py")],
|
||||
|
Loading…
x
Reference in New Issue
Block a user