mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-13 14:07:01 -04:00
Installed packages will be blessed.
For now, everything is considered blessed, because we are not yet using installers everywhere. git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@912 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -77,6 +77,11 @@ class PackageDirectory {
|
||||
/// Install/uninstall a package
|
||||
bool install(const InstallablePackage& package);
|
||||
|
||||
/// Bless a package
|
||||
void bless(const String& package_name);
|
||||
/// Remove a package from the database
|
||||
void removeFromDatabase(const String& package_name);
|
||||
|
||||
void loadDatabase();
|
||||
void saveDatabase();
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user