chrisnharvey / appimager

Tool to help with the development and packaging of AppImages.
MIT License
6 stars 3 forks source link

Add type to AppImage.yml #9

Open chrisnharvey opened 8 years ago

chrisnharvey commented 8 years ago
type: app
type: library

The app type will be the default.

If the library type is used, we could maybe publish these somewhere, so their build scripts can be used in other AppImages generated with AppImager.

The library type would not need the base property as it would be compiled against every Ubuntu LTS that is currently supported.