build.sh uses CONKEROR_APP_NAME to set application name
commit46d03ddc3870de2f66caa690c377d179ba453708
authorJeremy Maitin-Shepard <jeremy@jeremyms.com>
Sun, 2 Dec 2007 00:17:26 +0000 (1 19:17 -0500)
committerJeremy Maitin-Shepard <jeremy@jeremyms.com>
Fri, 21 Dec 2007 18:06:49 +0000 (21 13:06 -0500)
tree1158760100e115572579711a60faacfc0e4c1855
parent4ba53f2b6d0d464c66711fe33946acedc0c7753d
build.sh uses CONKEROR_APP_NAME to set application name

If the environment variable CONKEROR_APP_NAME is set, build.sh changes
the application name (Name=) line in application.ini in the built
xulrunner app.  The application name determines the final component of
the path in which the application is installed, it determines where
the profile directory is located.  Furthermore, the application name
determines the set of existing browser instances that are checked to
see if a remote command can be issued instead of starting a new
process.  Using a different name for a second copy of Conkeror allows
that copy to be tested without affecting other copies.
build.sh