in build/gulpfile.js [51:58]
function getExeName() {
var exeName = "orb.exe";
gutil.log("Running on branch " + argv.buildBranch || "local");
if (argv.buildBranch && argv.buildBranch.toLowerCase() === "insiders") {
exeName = "orb_insiders.exe";
}
return exeName;
}