final update
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user