flathub / flathub/io.github.nelson_lang.Nelson
Test: Reduce the flatpak size
Open
- Dominant language
- No language data
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
It appears this project forgot to remove development-related directories.
Removing the following directories might reduce the flatpak size dramatically.
```
195M ./include
12M ./share/cmake-4.0
```
**Related command**
```
"cleanup": [
"/include",
"/share/cmake-4.0",
"*.la",
"*.a"
],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.