You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pEpForThunderbird/makeXPI.bat

14 lines
637 B
Batchfile

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\qciyaj3h.off42-peptest.ch\extensions\pEp4Tb@pEp.security.xpi
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
hg status