Commit e957ad3
committed
feat: Add Windows executable builder for user-friendly distribution
🖱️ Windows Users Can Now Double-Click to Run!
New Features:
- Complete Windows executable builder system
- Standalone .exe creation (no Python needed for end users)
- Portable ZIP packages for easy distribution
- Professional NSIS installer script
- Automated build scripts with error handling
Files Added:
- scripts/build_windows_dist.py - Complete distribution builder
- scripts/build_exe.py - Simple executable builder
- scripts/build_for_windows.bat - Windows batch automation
- scripts/installer.nsi - Professional installer script
- docs/WINDOWS_BUILD_GUIDE.md - Detailed build instructions
Benefits:
✅ No Python installation required for Windows users
✅ Double-click to run - maximum user-friendliness
✅ Professional Windows integration with icons
✅ Error handling with user-friendly messages
✅ Portable - runs from any location
✅ Ready for mass distribution
This makes Route Planner accessible to ALL Windows users,
regardless of technical background!1 parent dbfa280 commit e957ad3
File tree
9 files changed
+1544
-1
lines changed- docs
- scripts
9 files changed
+1544
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
4 | 20 | | |
5 | 21 | | |
6 | 22 | | |
| |||
0 commit comments