kidev/Qt to AppImage
Converts a Qt application built and installed into an AppImage
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| install_folder | Path to folder where Qt installed your project | yes | — |
| app_name | Application name (deduced from executable if not provided) | no | "" |
| comment | Application comment for desktop entry | no | "" |
| category | Desktop entry category | no | Utility |
| icon | Path to icon file | no | "" |
| binary | Binary name (deduced from install_folder/bin/ if not provided) | no | "" |
Outputs
| name | description |
|---|---|
| appimage | Path to the generated AppImage file |