|
Revision 55, 357 bytes
(checked in by kbarnes3, 2 years ago)
|
Added a batch to copy the files from trunk to C:\overhaul. Also added a sample file to add this directory as an extension. Finally updated the extension to support Firefox 2.1
|
| Line | |
|---|
| 1 |
REM This copies the files from the current folder and makes a proper folder structure |
|---|
| 2 |
REM The output is stored in C:\overhaul |
|---|
| 3 |
|
|---|
| 4 |
mkdir C:\overhaul |
|---|
| 5 |
copy chrome.manifest C:\overhaul |
|---|
| 6 |
copy install.rdf C:\overhaul |
|---|
| 7 |
|
|---|
| 8 |
mkdir C:\overhaul\content |
|---|
| 9 |
mkdir C:\overhaul\content\overhaul |
|---|
| 10 |
copy *.js C:\overhaul\content\overhaul |
|---|
| 11 |
copy *.xul C:\overhaul\content\overhaul |
|---|