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

Commit

Permalink
Use cfx to build
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre committed Apr 30, 2015
1 parent ef26921 commit d6e6ecd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ FIREFOX_BIN?=nightly
all: build

build:
jpm xpi
# cfx is needed for Fx 37 (jpm xpi compatibility starts with Fx 38)
# jpm xpi
cfx xpi

run:
jpm run -b $(FIREFOX_BIN) --debug --prefs ./dev/devprefs.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"license": "MPL 2.0",
"engines": {
"firefox": ">=38.0a1",
"fennec": ">=38.0a1"
"firefox": ">=37.0",
"fennec": ">=37.0"
},
"preferences": [
{ "type": "string", "title": "lang_from", "name": "lang_from", "value": "auto", "hidden": true },
Expand Down

0 comments on commit d6e6ecd

Please sign in to comment.