6 lines
105 B
PowerShell
6 lines
105 B
PowerShell
|
cd extension
|
|||
|
del ..\ShinigamiEyes.xpi -ErrorAction Ignore
|
|||
|
7z a ..\ShinigamiEyes.xpi * -mm=Copy
|
|||
|
cd ..
|
|||
|
|