3
0
Fork 0

+ fix launcher for XR20

small_fixes
kelson42 13 years ago
parent f83a5372fb
commit c0f54fb24c

@ -46,9 +46,12 @@ int main(int argc, char *argv[])
// exist if xulrunner can't be found
if (!fileExists(xulrunner_path)) {
perror("Unable to find xulrunner-bin binary");
xulrunner_path = computeAbsolutePath(cwd, "xulrunner/xulrunner");
if (!fileExists(xulrunner_path)) {
perror("Unable to find neither the 'xulrunner-bin' nor the 'xulrunner' binary");
return EXIT_FAILURE;
}
}
// execute xulrunner
if (argc == 0) {

Loading…
Cancel
Save