mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-13 21:25:48 +01:00
Fix :version for non-XPI installs. Fix :extensions in FF 3.6.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#### configuration
|
||||
|
||||
VERSION = 1.0pre
|
||||
NAME = pentadactyl
|
||||
|
||||
include ../common/Makefile
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>pentadactyl@dactyl.googlecode.com</em:id>
|
||||
<em:name>Pentadactyl</em:name>
|
||||
<em:version>@VERSION@</em:version>
|
||||
<em:version>1.0b1pre</em:version>
|
||||
<em:description>Firefox for Vim and Links addicts</em:description>
|
||||
<em:creator>Kris Maglione</em:creator>
|
||||
<em:homepageURL>http://dactyl.sf.net/Pentadactyl</em:homepageURL>
|
||||
|
||||
Reference in New Issue
Block a user