Browse CVS Repository
Contents of /bbs2ch/bbs2chreader/mkxpi.bat
Parent Directory
| Revision Log
| Revision Graph
Revision 1.2 -
( show annotations)
( download)
( as text)
Fri Jan 14 10:12:52 2005 UTC
(19 years, 3 months ago)
by flyson
Branch: MAIN
Changes since 1.1: +1 -0 lines
File MIME type: application/x-msdos-program
xpi 内の CVS ディレクトリも消すようにした
| 1 |
@ECHO OFF |
| 2 |
|
| 3 |
SET EXT_NAME=bbs2chreader |
| 4 |
SET EXT_VER=018 |
| 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 |
|