l-super/create macOS dmg
Create dmg on macOS by actions
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| src_dir | Path of the Application Bundle. | yes | — |
| dmg_name | Set the name of the output DMG file. | yes | — |
| background | Path to a custom background image (SVG/PNG). Uses a built-in arrow background if not set. | no | — |
| window_size | DMG window size as WxH (e.g. 660x400). | no | 660x400 |
| icon_size | Icon size in pixels. | no | 100 |
| icon_position | App icon position as "X Y". | no | 160 185 |
| app_drop_link | Applications shortcut position as "X Y". | no | 500 185 |
Outputs
| name | description |
|---|---|
| dmg_path | The file name of the generated DMG (e.g. MyApp.dmg). |