mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-12-07 10:08:37 +01:00
Add icon for binary executable (#739)
This commit is contained in:
@@ -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")],
|
||||
|
||||
Reference in New Issue
Block a user