|
|
|
|
@ -91,11 +91,13 @@ int main(int argc, char *argv[]) {
|
|
|
|
|
string applicationIniPath = "\"" + computeAbsolutePath(removeLastPathElement(xulrunnerDirectory, false, false), "application.ini") + "\"";
|
|
|
|
|
|
|
|
|
|
/* Debug prints */
|
|
|
|
|
/*
|
|
|
|
|
cout << "Executable directory (executableDirectory): " << executableDirectory << endl;
|
|
|
|
|
cout << "Executable path (executablePath): " << executablePath << endl;
|
|
|
|
|
cout << "Xulrunner directory (xulrunnerDirectory): " << xulrunnerDirectory << endl;
|
|
|
|
|
cout << "Xulrunner path (xulrunnerPath): " << xulrunnerPath << endl;
|
|
|
|
|
cout << "Application.ini path (applicationIniPath): " << applicationIniPath << endl;
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
/* Modify environnement variables */
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|