SearchSwitch/scripts/PackXPI.ps1
Isaac Shoebottom 49bad5d35c Total rewrite of how switching works
Add compatibility with most search engine tabs
2022-09-28 19:13:51 -03:00

6 lines
149 B
PowerShell

$compress = @{
Path = "v2\*"
CompressionLevel = "NoCompression"
DestinationPath = "output\SearchSwitch.zip"
}
Compress-Archive @compress -Force