summarylogtreecommitdiffstats
path: root/chatzilla.sh
diff options
context:
space:
mode:
authorBalló György2017-11-21 15:01:55 +0100
committerBalló György2017-11-21 15:01:55 +0100
commit6b354fd83f8e2b167f5f0268f253ac286a6823c3 (patch)
treedad70b9d883bafe5e693045ffbc8426a3fa67d32 /chatzilla.sh
parent1486ba2a8dbe045d78d5ec3f81ce501bd251bd1b (diff)
downloadaur-chatzilla.tar.gz
Use xulrunner instead of firefox
Firefox>=57 does not support XUL apps any more.
Diffstat (limited to 'chatzilla.sh')
-rwxr-xr-xchatzilla.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chatzilla.sh b/chatzilla.sh
index 36030f161c69..60863bf1ee9b 100755
--- a/chatzilla.sh
+++ b/chatzilla.sh
@@ -1 +1 @@
-XUL_APP_FILE="/usr/share/chatzilla/application.ini" exec firefox "$@"
+XUL_APP_FILE="/usr/share/chatzilla/application.ini" exec xulrunner "$@"