8 lines
284 B
PowerShell
8 lines
284 B
PowerShell
#$compress = @{
|
|
# Path = "v2\*"
|
|
# CompressionLevel = "NoCompression"
|
|
# DestinationPath = "output\SearchSwitch.zip"
|
|
#}
|
|
#Compress-Archive @compress -Force
|
|
#Copy-Item -Path .\output\SearchSwitch.zip -Destination .\output\SearchSwitch.xpi -Force
|
|
web-ext build -s ".\v2\" -a ".\output\" |