[02:50:49] --- DominusExult is now known as Dominus
[12:57:12] <Dominus> Marzo, could you look at this little patch https://pastebin.com/rag5ydT2?
[12:57:12] <Dominus> I'm not sure whether it is too hacky or whether I'm doing it right with the "else if BUNDLE".
[12:57:12] <Dominus> The goal is to be able to bundle the ES app bundle *in* the Exult app bundle and then bundle it together in one big App bundle.
[12:57:20] <Dominus> So it checks whether it is in the AppBundle (via the system path defined in utils two weeks ago), then grabs the patch, checks whether there is an exult_studio.app, if true further sets up cmnd and data_path (in the ES bundle *inside* the Exult bundle).
[12:57:27] <Dominus> Now the else if BUNDLE. When APPBUNDLE is defined there is always BUNDLE defined, too. Hence the else if. But is the next "else" ok after this? It works but don't want to mess it up :)