final update

This commit is contained in:
Louis Mylle
2026-01-10 15:04:21 +01:00
parent 757fc291b0
commit 3248060317
15 changed files with 1138 additions and 1020 deletions

View File

@@ -65,9 +65,14 @@ python3 -m PyInstaller --onefile --windowed --name "EBoek_Scraper" gui_main.py
| Platform | Executable | Size | Location |
|----------|------------|------|----------|
| **Windows** | `EBoek_Scraper.exe` | ~30MB | `dist/` |
| **macOS** | `EBoek_Scraper.app` | ~30MB | `dist/` |
| **Linux** | `EBoek_Scraper` | ~30MB | `dist/` |
| **Windows** | `EBoek_Scraper.exe` | ~30MB | `dist/EBoek_Scraper.exe` |
| **macOS** | `EBoek_Scraper.app` | ~30MB | `dist/EBoek_Scraper.app` |
| **Linux** | `EBoek_Scraper` | ~30MB | `dist/EBoek_Scraper` |
### 💡 **Platform Notes:**
- **Windows**: PyInstaller automatically adds `.exe` extension when building on Windows
- **macOS**: Creates both `.app` bundle and Unix executable
- **Cross-compilation**: Build on target OS for best compatibility
## 🚀 Distribution