Browse CVS Repository
Contents of /bbs2ch/bbs2chreader/mkxpi.bat
Parent Directory
| Revision Log
| Revision Graph
Revision 1.3 -
( show annotations)
( download)
( as text)
Sat Jan 22 15:02:11 2005 UTC
(19 years, 2 months ago)
by flyson
Branch: MAIN
Changes since 1.2: +1 -1 lines
File MIME type: application/x-msdos-program
ver 0.1.9
| 1 |
@ECHO OFF |
| 2 |
|
| 3 |
SET EXT_NAME=bbs2chreader |
| 4 |
SET EXT_VER=019 |
| 5 |
|
| 6 |
MKDIR chrome |
| 7 |
ZIP -r chrome\%EXT_NAME%.jar content skin locale |
| 8 |
ZIP -d chrome\%EXT_NAME%.jar \*/CVS/\* |
| 9 |
ZIP -r9 %EXT_NAME%_%EXT_VER%.xpi chrome components install.rdf |
| 10 |
ZIP -d %EXT_NAME%_%EXT_VER%.xpi \*/CVS/\* |
| 11 |
RMDIR /S /Q chrome |
|