mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -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:
@@ -112,10 +112,7 @@ int MSE::OnRun() {
|
||||
InstallerP installer = open_package<Installer>(argv[1]);
|
||||
PackagesWindow wnd(nullptr, installer);
|
||||
wnd.ShowModal();
|
||||
//return wxApp::OnRun();
|
||||
return EXIT_SUCCESS;
|
||||
//%%% Installer::installFrom(argv[1], true, isInstallLocal(type));
|
||||
//%%% return EXIT_SUCCESS;
|
||||
} else if (arg == _("--symbol-editor")) {
|
||||
Window* wnd = new SymbolWindow(nullptr);
|
||||
wnd->Show();
|
||||
|
||||
Reference in New Issue
Block a user