mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Added installer code.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@561 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -21,9 +21,9 @@ class Installer : public Packaged {
|
||||
vector<String> packages; ///< Packages to install
|
||||
|
||||
/// Load an installer from a file, and run it
|
||||
static void installFrom(const String& filename, bool message_on_success);
|
||||
static void installFrom(const String& filename, bool message_on_success, bool local);
|
||||
/// Install all the packages
|
||||
void install();
|
||||
void install(bool local);
|
||||
/// Install a specific package
|
||||
void install(const String& package);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user