chrisnharvey / appimager

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

Create AppImage.lock file #11

Closed chrisnharvey closed 8 years ago

chrisnharvey commented 8 years ago

We could create an AppImage.lock file which will save the dependencies and repositories installed so we can keep track of changes and have a appimager update command which will add new repositories, delete old ones, install new dependencies and uninstall old ones.

This will make it a lot quicker to add an additional dependency without having to wait for the entire container to be rebuilt.