Qt: Allow package installation through cli

Adds --installpkg cli option
This commit is contained in:
Megamouse 2021-03-21 17:18:25 +01:00
parent 2c05e9719d
commit 554ba9d6a6
7 changed files with 53 additions and 14 deletions

View file

@ -305,6 +305,7 @@ public:
package_reader(const std::string& path);
~package_reader();
bool is_valid() const { return m_is_valid; }
package_error check_target_app_version();
bool extract_data(atomic_t<double>& sync);
psf::registry get_psf() const { return m_psf; }