Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Merge pull request #161 from zalun/using_xulrunner
Browse files Browse the repository at this point in the history
Add DISPLAY parameter - needed by xulrunner
  • Loading branch information
seanmonstar committed Aug 23, 2012
2 parents 6892893 + 1b327d1 commit e1e1ca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/xpi/xpi_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def build(sdk_dir, package_dir, filename, hashtag, tstart=None, options=None,
info_targetpath = os.path.join(settings.XPI_TARGETDIR, info_targetfilename)

env = dict(PATH='%s/bin:%s' % (sdk_dir, os.environ['PATH']),
DISPLAY=os.environ['DISPLAY'],
VIRTUAL_ENV=sdk_dir,
CUDDLEFISH_ROOT=sdk_dir,
PYTHONPATH=os.path.join(sdk_dir, 'python-lib'))
Expand Down

0 comments on commit e1e1ca0

Please sign in to comment.