1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-29 09:55:46 +01:00

version 0.3, added ignorekeys support

This commit is contained in:
Martin Stubenschrott
2007-04-17 16:44:21 +00:00
parent 849789d23d
commit 2ee8589df9
7 changed files with 185 additions and 92 deletions

View File

@@ -1,4 +1,4 @@
VERSION=0.2
VERSION=0.3
FILES="chrome/content/ chrome.manifest"
# echo Building XPI...
@@ -14,7 +14,7 @@ cp -v chrome/vimperator.jar '/home/maxauthority/.mozilla/firefox/kc3gnd7k.defaul
if [ x$1 = xxpi ]; then
echo Building XPI...
zip -r vimperator_$VERSION.xpi chrome/vimperator.jar install.rdf chrome.manifest TODO
#mv vimperator-firefox-$VERSION.xpi ../downloads
mv vimperator-firefox-$VERSION.xpi ../downloads
fi