Skip to content

Commit

Permalink
Update README.md: rewordings and redundancy removal
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrojo committed Apr 6, 2024
1 parent 2ac35cf commit d19f193
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,17 +61,13 @@ field of the `your_crate.desktop` file:
| | `Icon` | By default, the included icon (`alr2appimage.png`) will be used. It can be orverriden using the `--icon your-icon-file` argument. |

## Including resources
To include the resources, just add this section to your GPR file:
If your crate has resources, the fist step is to just include this section to your GPR file:
```ada
package Install is
for Artifacts (".") use ("share");
end Install;
```
And include the resources in the repository in that directory, e.g. in `share/`.

If your crate has resources, it is recommended to use the `resources`
crate, or a similar mechanism, to properly load the resource files from
the installation prefix.
And add the resource files in the repository in that directory, e.g. in `share/`.

The next step is referencing the resources from the application. it
is recommended to use the
Expand Down Expand Up @@ -122,7 +118,7 @@ executable, provide your own icon and override the default value


# Status
The tool considered complete, although it could be developed further.
The tool is considered complete, although it could be developed further.

The following feature could be implemented in the future, if deemed
useful for the users:
Expand Down

0 comments on commit d19f193

Please sign in to comment.