Renamed `chrome` directory to `addon` and related changes. No idea why it was called `chrome` in the first place.
Before Width: | Height: | Size: 670 B After Width: | Height: | Size: 670 B |
Before Width: | Height: | Size: 669 B After Width: | Height: | Size: 669 B |
Before Width: | Height: | Size: 676 B After Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 245 B After Width: | Height: | Size: 245 B |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 519 B After Width: | Height: | Size: 519 B |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 505 B |
Before Width: | Height: | Size: 505 B After Width: | Height: | Size: 505 B |
@ -1,7 +0,0 @@
|
||||
REM Handy script to create the XPI on Windows
|
||||
zip -r pEp4Tb@pEp.security.xpi . -x makeXPI.bat
|
||||
|
||||
REM Jörg's personal use:
|
||||
copy pEp4Tb@pEp.security.xpi C:\Users\jorgk\AppData\Roaming\Thunderbird\Profiles\qciyaj3h.off42-peptest.ch\extensions\pEp4Tb@pEp.security.xpi
|
||||
copy pEp4Tb@pEp.security.xpi "C:\Users\jorgk\AppData\Roaming\Thunderbird\Profiles\lhqs21u5.off42-peptest.ch for 75\extensions\pEp4Tb@pEp.security.xpi"
|
||||
copy pEp4Tb@pEp.security.xpi P:\MAIL-THUNDERBIRD\extensions\pEp4Tb@pEp.security.xpi
|
@ -0,0 +1,11 @@
|
||||
REM Handy script to create the XPI on Windows
|
||||
if not exist build mkdir build
|
||||
del build\pEp4Tb@pEp.security.xpi
|
||||
cd addon
|
||||
zip -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\lhqs21u5.off42-peptest.ch for 75\extensions\pEp4Tb@pEp.security.xpi"
|
||||
copy build\pEp4Tb@pEp.security.xpi P:\MAIL-THUNDERBIRD\extensions\pEp4Tb@pEp.security.xpi
|