Build script for Firefox

This commit is contained in:
shinigami-eyes 2018-10-27 19:11:17 +02:00
parent f20b711b6e
commit ac6bbdfe0f
1 changed files with 5 additions and 0 deletions

5
build.ps1 Normal file
View File

@ -0,0 +1,5 @@
cd extension
del ..\ShinigamiEyes.xpi -ErrorAction Ignore
7z a ..\ShinigamiEyes.xpi * -mm=Copy
cd ..