final update
This commit is contained in:
@@ -66,13 +66,14 @@ def main():
|
||||
# Determine platform-specific settings
|
||||
is_windows = sys.platform.startswith('win')
|
||||
exe_name = "EBoek_Scraper.exe" if is_windows else "EBoek_Scraper"
|
||||
app_name = "EBoek_Scraper" # Base name without extension
|
||||
|
||||
# Build command
|
||||
build_cmd = [
|
||||
f"{sys.executable}", "-m", "PyInstaller",
|
||||
"--onefile",
|
||||
"--windowed",
|
||||
"--name", "EBoek_Scraper",
|
||||
"--name", app_name,
|
||||
# Hidden imports for PyQt5
|
||||
"--hidden-import", "PyQt5.QtCore",
|
||||
"--hidden-import", "PyQt5.QtGui",
|
||||
|
||||
Reference in New Issue
Block a user