dara165/Archive to AppImage Converter
Download precompiled archives or Debian packages (.tar.xz, .zip, .rar, .deb, etc.) and package them into AppImages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| urls | Comma- or newline-separated list of URLs containing precompiled binaries in archives or .deb packages. | yes | — |
| app_name | Custom name for the application. If not provided, it will be auto-detected from the URL filename. | no | "" |
| executable_path | Manual path to the main executable inside the extracted archive. If not provided, we will auto-detect it. | no | "" |
| icon_url | URL to an icon (.png or .svg) to bundle. If not provided, a default icon is used. | no | "" |
| fail_fast | Fail the action immediately on any single failure when converting multiple URLs. | no | false |
Outputs
| name | description |
|---|---|
| appimages_dir | Directory containing the generated AppImages. |