forked from claudio/pEpForThunderbird
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
489 B
13 lines
489 B
REM Handy script to create the XPI on Windows
|
|
if not exist build mkdir build
|
|
del build\pEp4Tb@pEp.security.xpi
|
|
cd addon
|
|
"C:\Program Files\7-Zip\7z.exe" a -bb -r ../build/pEp4Tb@pEp.security.xpi .
|
|
cd ..
|
|
|
|
REM Jörg's personal use:
|
|
copy build\pEp4Tb@pEp.security.xpi C:\Users\jorgk\AppData\Roaming\Thunderbird\Profiles\jv3xfsg0.off42-Test-New\extensions\pEp4Tb@pEp.security.xpi
|
|
copy build\pEp4Tb@pEp.security.xpi P:\MAIL-THUNDERBIRD\extensions\pEp4Tb@pEp.security.xpi
|
|
|
|
git status
|