You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Package Tauri installers instead of looking for standalone exe
- Tauri creates installer bundles (NSIS .exe and .msi) not standalone exe
- Copy both installer types to release artifacts
- Update README to explain installation process vs standalone executor
- GUI app requires installation, standalone executor runs directly
The artifacts now include:
- Installers for full GUI app (NSIS and MSI)
- Standalone CLI executor (no installation)
- Python script executor
0 commit comments