| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
The previous method used `cargo build` directly. Now we use the existing
`deploy.sh` script, which handles the build and installation in a
standardized way across platforms.
|
| |
|
|
|
|
|
| |
- Generate Inno Setup installer script from template at build time
- Extract author and homepage from Cargo.toml for script customization
- Add generated installer script to .gitignore to avoid committing build
artifacts
|
| | |
|
| |
|
|
|
|
|
|
| |
- Add Inno Setup configuration for Windows installer
- Add PowerShell scripts for installation and uninstallation
- Create Windows-specific export script
- Update existing export script to suppress build output
- Include application icon for installer
|
| |
|